LoftDirectionEndCondition.angle Property

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

Description

Gets the valueInput or Parameter that defines the angle of the direction of the loft. If this object was obtained from a LoftFeatureInput object then this will return a valueInput object with the initial value provided. If this object was obtained from an exiting LoftFeature then it returns a Parameter. In the case of a parameter, to change the angle, edit the value of the associated parameter.

Syntax

"loftDirectionEndCondition_var" is a variable referencing a LoftDirectionEndCondition object.

# Get the value of the property.
propertyValue = loftDirectionEndCondition_var.angle
"loftDirectionEndCondition_var" is a variable referencing a LoftDirectionEndCondition object.
#include <Fusion/Features/LoftDirectionEndCondition.h>

// Get the value of the property.
Ptr<Base> propertyValue = loftDirectionEndCondition_var->angle();

Property Value

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

Version

Introduced in version August 2016