TwoSidesAngleExtentDefinition.angleTwo Property

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

Description

Gets the ModelParameter that defines the angle on the second side. The value of the angle can be edited by using the properties on the ModelParameter object to edit the parameter.

Syntax

"twoSidesAngleExtentDefinition_var" is a variable referencing a TwoSidesAngleExtentDefinition object.

# Get the value of the property.
propertyValue = twoSidesAngleExtentDefinition_var.angleTwo
"twoSidesAngleExtentDefinition_var" is a variable referencing a TwoSidesAngleExtentDefinition object.
#include <Fusion/Features/TwoSidesAngleExtentDefinition.h>

// Get the value of the property.
Ptr<ModelParameter> propertyValue = twoSidesAngleExtentDefinition_var->angleTwo();

Property Value

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

Version

Introduced in version August 2014