ConstructionAxis.name Property
Parent Object:
ConstructionAxisDefined in namespace "adsk::fusion" and the header file is <Fusion/Construction/ConstructionAxis.h>
Description
The name of the construction axis as it is shown in the browser.
Syntax
"constructionAxis_var" is a variable referencing a ConstructionAxis object.
# Get the value of the property. propertyValue = constructionAxis_var.name
# Set the value of the property. constructionAxis_var.name = propertyValue
|
"constructionAxis_var" is a variable referencing a ConstructionAxis object.
#include <Fusion/Construction/ConstructionAxis.h>
// Get the value of the property. string propertyValue = constructionAxis_var->name();
// Set the value of the property, where value_var is a string. bool returnValue = constructionAxis_var->name(value_var);
|
Property Value
This is a read/write property whose value is a string.
Version
Introduced in version August 2014