DraftFeatureInput.angleTwo Property
Parent Object:
DraftFeatureInputDefined in namespace "adsk::fusion" and the header file is <Fusion/Features/DraftFeatureInput.h>
Description
Gets the second angle. This can be null in the case where a single angle definition is used.
Syntax
"draftFeatureInput_var" is a variable referencing a DraftFeatureInput object.
# Get the value of the property. propertyValue = draftFeatureInput_var.angleTwo
|
"draftFeatureInput_var" is a variable referencing a DraftFeatureInput object.
#include <Fusion/Features/DraftFeatureInput.h>
// Get the value of the property. Ptr<ValueInput> propertyValue = draftFeatureInput_var->angleTwo();
|
Property Value
This is a read only property whose value is a
ValueInput.
Version
Introduced in version January 2015