ConstructionPlanePerpendicularDefinition.isUDirection Property

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

Description

Returns true if the construction plane is aligned with the U axis of the reference face; returns false if it is aligned with the V axis.

Syntax

"constructionPlanePerpendicularDefinition_var" is a variable referencing a ConstructionPlanePerpendicularDefinition object.
# Get the value of the property.
propertyValue = constructionPlanePerpendicularDefinition_var.isUDirection
"constructionPlanePerpendicularDefinition_var" Is a variable referencing a ConstructionPlanePerpendicularDefinition Object.
#include <Fusion/Construction/ConstructionPlanePerpendicularDefinition.h>

// Get the value of the property.
boolean propertyValue = constructionPlanePerpendicularDefinition_var->isUDirection();
"constructionPlanePerpendicularDefinition_var" Is a variable referencing a ConstructionPlanePerpendicularDefinition Object.
// Get the value of the property.
propertyValue = constructionPlanePerpendicularDefinition_var.isUDirection;

Property Value

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

Version

Introduced in version September 2026