ConstructionPlane.name Property

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

Description

Returns the name of the construction plane as it is shown in the browser.

Syntax

"constructionPlane_var" is a variable referencing a ConstructionPlane object.

# Get the value of the property.
propertyValue = constructionPlane_var.name

# Set the value of the property.
constructionPlane_var.name = propertyValue
"constructionPlane_var" is a variable referencing a ConstructionPlane object.
#include <Fusion/Construction/ConstructionPlane.h>

// Get the value of the property.
string propertyValue = constructionPlane_var->name();

// Set the value of the property, where value_var is a string.
bool returnValue = constructionPlane_var->name(value_var);

Property Value

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

Version

Introduced in version August 2014