ConstructionPlaneAtAngleDefinition.linearEntity Property

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

Description

Gets the linear edge, construction line, or sketch line that defines the axis of rotation for the construction plane.

Syntax

"constructionPlaneAtAngleDefinition_var" is a variable referencing a ConstructionPlaneAtAngleDefinition object.

# Get the value of the property.
propertyValue = constructionPlaneAtAngleDefinition_var.linearEntity
"constructionPlaneAtAngleDefinition_var" is a variable referencing a ConstructionPlaneAtAngleDefinition object.
#include <Fusion/Construction/ConstructionPlaneAtAngleDefinition.h>

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

Property Value

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

Version

Introduced in version August 2014