ConstructionPlanePathDefinition.distanceType Property

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

Description

Returns an PathDistanceTypes value indicating the measurement type for distance. For planes created with setByPathToObject, this returns PhysicalPathDistanceType (the position is stored non-proportionally). Use the toObject property to distinguish To Object planes from Absolute (physical distance) planes.

Syntax

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

// Get the value of the property.
PathDistanceTypes propertyValue = constructionPlanePathDefinition_var->distanceType();
"constructionPlanePathDefinition_var" Is a variable referencing a ConstructionPlanePathDefinition Object.
// Get the value of the property.
propertyValue = constructionPlanePathDefinition_var.distanceType;

Property Value

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

Version

Introduced in version September 2026