CustomGraphicsText.viewPlacement Property

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

Description

Gets and sets the graphics view placement being applied to this graphics entity. A CustomGraphicsViewPlacement object can be created using the static create method of the class. When assigned to a graphics entity the position of the graphics is defined relative to the view in 2D view space (pixels) rather than in 3D model space (centimeters).

Syntax

"customGraphicsText_var" is a variable referencing a CustomGraphicsText object.

# Get the value of the property.
propertyValue = customGraphicsText_var.viewPlacement

# Set the value of the property.
customGraphicsText_var.viewPlacement = propertyValue
"customGraphicsText_var" is a variable referencing a CustomGraphicsText object.
#include <Fusion/Graphics/CustomGraphicsText.h>

// Get the value of the property.
Ptr<CustomGraphicsViewPlacement> propertyValue = customGraphicsText_var->viewPlacement();

// Set the value of the property, where value_var is a CustomGraphicsViewPlacement.
bool returnValue = customGraphicsText_var->viewPlacement(value_var);

Property Value

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

Version

Introduced in version September 2017