DraftFeatureInput.angleOne Property

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

Description

Gets the first, or the only angle in the case of a single angle definition.

Syntax

"draftFeatureInput_var" is a variable referencing a DraftFeatureInput object.

# Get the value of the property.
propertyValue = draftFeatureInput_var.angleOne
"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->angleOne();

Property Value

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

Version

Introduced in version January 2015