CustomGraphicsGroup.viewScale Property
Parent Object:
CustomGraphicsGroupDefined in namespace "adsk::fusion" and the header file is <Fusion/Graphics/CustomGraphicsGroup.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
"customGraphicsGroup_var" is a variable referencing a CustomGraphicsGroup object.
# Get the value of the property. propertyValue = customGraphicsGroup_var.viewScale
# Set the value of the property. customGraphicsGroup_var.viewScale = propertyValue
|
"customGraphicsGroup_var" is a variable referencing a CustomGraphicsGroup object.
#include <Fusion/Graphics/CustomGraphicsGroup.h>
// Get the value of the property. Ptr<CustomGraphicsViewScale> propertyValue = customGraphicsGroup_var->viewScale();
// Set the value of the property, where value_var is a CustomGraphicsViewScale. bool returnValue = customGraphicsGroup_var->viewScale(value_var);
|
Property Value
This is a read/write property whose value is a
CustomGraphicsViewScale.
Version
Introduced in version September 2017