DraftFeatureInput.isSymmetric Property

Parent Object: DraftFeatureInput
Defined in namespace "adsk::fusion" and the header file is <Fusion/Features/DraftFeatureInput.h>

Description

Gets if the draft is symmetric from the draft plane. This only applies in the case where two angles have been specified and should be ignored otherwise.

Syntax

"draftFeatureInput_var" is a variable referencing a DraftFeatureInput object.

# Get the value of the property.
propertyValue = draftFeatureInput_var.isSymmetric
"draftFeatureInput_var" is a variable referencing a DraftFeatureInput object.
#include <Fusion/Features/DraftFeatureInput.h>

// Get the value of the property.
boolean propertyValue = draftFeatureInput_var->isSymmetric();

Property Value

This is a read only property whose value is a boolean.

Version

Introduced in version January 2015