ConstructionPlanePerpendicularDefinition.distance Property

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

Description

Returns the ModelParameter object that controls the offset distance of the construction plane from its base position. The base position is the representative point on the planarEntity (the center of its bounding box), from which the plane is offset along the perpendicular direction.

Syntax

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

// Get the value of the property.
Ptr<ModelParameter> propertyValue = constructionPlanePerpendicularDefinition_var->distance();
"constructionPlanePerpendicularDefinition_var" Is a variable referencing a ConstructionPlanePerpendicularDefinition Object.
// Get the value of the property.
propertyValue = constructionPlanePerpendicularDefinition_var.distance;

Property Value

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

Version

Introduced in version September 2026