ConstructionPlaneByPlaneDefinition.plane Property

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

Description

Gets and sets the position of the construction plane.

Syntax

"constructionPlaneByPlaneDefinition_var" is a variable referencing a ConstructionPlaneByPlaneDefinition object.

# Get the value of the property.
propertyValue = constructionPlaneByPlaneDefinition_var.plane

# Set the value of the property.
constructionPlaneByPlaneDefinition_var.plane = propertyValue
"constructionPlaneByPlaneDefinition_var" is a variable referencing a ConstructionPlaneByPlaneDefinition object.
#include <Fusion/Construction/ConstructionPlaneByPlaneDefinition.h>

// Get the value of the property.
Ptr<Plane> propertyValue = constructionPlaneByPlaneDefinition_var->plane();

// Set the value of the property, where value_var is a Plane.
bool returnValue = constructionPlaneByPlaneDefinition_var->plane(value_var);

Property Value

This is a read/write property whose value is a Plane.

Version

Introduced in version August 2014