AngleExtentDefinition.isSymmetric Property
Parent Object:
AngleExtentDefinitionDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/AngleExtentDefinition.h>
Description
Gets and sets if the angle extent is in one direction or symmetric. For a hole this property will always return false and setting it is ignored.
Syntax
"angleExtentDefinition_var" is a variable referencing an AngleExtentDefinition object.
# Get the value of the property. propertyValue = angleExtentDefinition_var.isSymmetric
# Set the value of the property. angleExtentDefinition_var.isSymmetric = propertyValue
|
"angleExtentDefinition_var" is a variable referencing an AngleExtentDefinition object.
#include <Fusion/Features/AngleExtentDefinition.h>
// Get the value of the property. boolean propertyValue = angleExtentDefinition_var->isSymmetric();
// Set the value of the property, where value_var is a boolean. bool returnValue = angleExtentDefinition_var->isSymmetric(value_var);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version August 2014