CustomGraphicsLines.viewScale Property
Parent Object:
CustomGraphicsLinesDefined in namespace "adsk::fusion" and the header file is <Fusion/Graphics/CustomGraphicsLines.h>
Description
Gets and sets the graphics view scale being applied to this graphics entity. A CustomGraphicsViewScale object can be created using the static create method of the class. When assigned to a graphics entity the size of the graphics entity is defined in view space (pixels) instead of model space (centimeters).
Syntax
"customGraphicsLines_var" is a variable referencing a CustomGraphicsLines object.
# Get the value of the property. propertyValue = customGraphicsLines_var.viewScale
# Set the value of the property. customGraphicsLines_var.viewScale = propertyValue
|
"customGraphicsLines_var" is a variable referencing a CustomGraphicsLines object.
#include <Fusion/Graphics/CustomGraphicsLines.h>
// Get the value of the property. Ptr<CustomGraphicsViewScale> propertyValue = customGraphicsLines_var->viewScale();
// Set the value of the property, where value_var is a CustomGraphicsViewScale. bool returnValue = customGraphicsLines_var->viewScale(value_var);
|
Property Value
This is a read/write property whose value is a
CustomGraphicsViewScale.
Version
Introduced in version September 2017