CustomGraphicsLines.transform Property
Parent Object:
CustomGraphicsLinesDefined in namespace "adsk::fusion" and the header file is <Fusion/Graphics/CustomGraphicsLines.h>
Description
Gets and sets the transform associated with the graphics entity. When a new graphics entity is created its default transform is an identity matrix which results in the graphics entity being displayed in model space using the original coordinate data used to define the entity.
Syntax
"customGraphicsLines_var" is a variable referencing a CustomGraphicsLines object.
# Get the value of the property. propertyValue = customGraphicsLines_var.transform
# Set the value of the property. customGraphicsLines_var.transform = propertyValue
|
"customGraphicsLines_var" is a variable referencing a CustomGraphicsLines object.
#include <Fusion/Graphics/CustomGraphicsLines.h>
// Get the value of the property. Ptr<Matrix3D> propertyValue = customGraphicsLines_var->transform();
// Set the value of the property, where value_var is a Matrix3D. bool returnValue = customGraphicsLines_var->transform(value_var);
|
Property Value
This is a read/write property whose value is a
Matrix3D.
Version
Introduced in version September 2017