ConstructionAxisPerpendicularAtPointDefinition.point Property

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

Description

Returns the point (construction or sketch point) that positions the axis.

Syntax

"constructionAxisPerpendicularAtPointDefinition_var" is a variable referencing a ConstructionAxisPerpendicularAtPointDefinition object.

# Get the value of the property.
propertyValue = constructionAxisPerpendicularAtPointDefinition_var.point
"constructionAxisPerpendicularAtPointDefinition_var" is a variable referencing a ConstructionAxisPerpendicularAtPointDefinition object.
#include <Fusion/Construction/ConstructionAxisPerpendicularAtPointDefinition.h>

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

Property Value

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

Version

Introduced in version August 2014