ConstructionPlane.displayBounds Property

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

Description

Gets and sets the display size of the construction plane. The bounding box defines the min and max corners of the plane as defined in the 2D space of the construction plane.

Syntax

"constructionPlane_var" is a variable referencing a ConstructionPlane object.

# Get the value of the property.
propertyValue = constructionPlane_var.displayBounds

# Set the value of the property.
constructionPlane_var.displayBounds = propertyValue
"constructionPlane_var" is a variable referencing a ConstructionPlane object.
#include <Fusion/Construction/ConstructionPlane.h>

// Get the value of the property.
Ptr<BoundingBox2D> propertyValue = constructionPlane_var->displayBounds();

// Set the value of the property, where value_var is a BoundingBox2D.
bool returnValue = constructionPlane_var->displayBounds(value_var);

Property Value

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

Version

Introduced in version August 2014