AllExtentDefinition.direction Property

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

Description

Gets and sets the direction of the extent.

Syntax

"allExtentDefinition_var" is a variable referencing an AllExtentDefinition object.

# Get the value of the property.
propertyValue = allExtentDefinition_var.direction

# Set the value of the property.
allExtentDefinition_var.direction = propertyValue
"allExtentDefinition_var" is a variable referencing an AllExtentDefinition object.
#include <Fusion/Features/AllExtentDefinition.h>

// Get the value of the property.
ExtentDirections propertyValue = allExtentDefinition_var->direction();

// Set the value of the property, where value_var is an ExtentDirections.
bool returnValue = allExtentDefinition_var->direction(value_var);

Property Value

This is a read/write property whose value is an ExtentDirections.

Version

Introduced in version March 2022