ConstructionPlaneOffsetThroughPointDefinition.planarEntity Property

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

Description

Returns the planar face or construction plane this construction plane is parametrically dependent on.

Syntax

"constructionPlaneOffsetThroughPointDefinition_var" is a variable referencing a ConstructionPlaneOffsetThroughPointDefinition object.

# Get the value of the property.
propertyValue = constructionPlaneOffsetThroughPointDefinition_var.planarEntity
"constructionPlaneOffsetThroughPointDefinition_var" is a variable referencing a ConstructionPlaneOffsetThroughPointDefinition object.
#include <Fusion/Construction/ConstructionPlaneOffsetThroughPointDefinition.h>

// Get the value of the property.
Ptr<Base> propertyValue = constructionPlaneOffsetThroughPointDefinition_var->planarEntity();

Property Value

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

Version

Introduced in version January 2025