ConstructionPlanePathDefinition.path Property

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

Description

Returns the Path object the construction plane was created on.

Syntax

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

// Get the value of the property.
Ptr<Path> propertyValue = constructionPlanePathDefinition_var->path();
"constructionPlanePathDefinition_var" Is a variable referencing a ConstructionPlanePathDefinition Object.
// Get the value of the property.
propertyValue = constructionPlanePathDefinition_var.path;

Property Value

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

Version

Introduced in version September 2026