ConstructionPlaneTangentAtPointDefinition.pointEntity Property

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

Description

Gets the point (sketch point, vertex, construction point) used to align the plane.

Syntax

"constructionPlaneTangentAtPointDefinition_var" is a variable referencing a ConstructionPlaneTangentAtPointDefinition object.

# Get the value of the property.
propertyValue = constructionPlaneTangentAtPointDefinition_var.pointEntity
"constructionPlaneTangentAtPointDefinition_var" is a variable referencing a ConstructionPlaneTangentAtPointDefinition object.
#include <Fusion/Construction/ConstructionPlaneTangentAtPointDefinition.h>

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

Property Value

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

Version

Introduced in version August 2014