Share

CustomGraphicsViewPlacement.anchorPoint Property

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

Description

Gets and sets the position within the defined graphics that serves as the anchor. This is the location on the graphics that is positioned at the specified view point.

Syntax

"customGraphicsViewPlacement_var" is a variable referencing a CustomGraphicsViewPlacement object.

# Get the value of the property.
propertyValue = customGraphicsViewPlacement_var.anchorPoint

# Set the value of the property.
customGraphicsViewPlacement_var.anchorPoint = propertyValue

Property Value

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

Version

Introduced in version September 2017

Was this information helpful?