LoftTangentEndCondition.weight Property

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

Description

Gets the valueInput or Parameter that defines the weight 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 weight, edit the value of the associated parameter.

Syntax

"loftTangentEndCondition_var" is a variable referencing a LoftTangentEndCondition object.

# Get the value of the property.
propertyValue = loftTangentEndCondition_var.weight
"loftTangentEndCondition_var" is a variable referencing a LoftTangentEndCondition object.
#include <Fusion/Features/LoftTangentEndCondition.h>

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

Property Value

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

Version

Introduced in version August 2016