ConstructionPlanePathDefinition.toObject Property

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

Description

Returns the target ("to object") point entity, or null when the plane was not created using setByPathToObject (Proportional or Absolute planes).

Syntax

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

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

Property Value

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

Version

Introduced in version September 2026