Share

Design.isAdaptiveGroundPlane Property

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

Description

Gets and sets if the position of the ground plane for this design is adaptive. If true, the ground plane will automatically move to be just below the model. The orientation of the ground plane is always normal to the "up" direction as defined by the view cube.

Syntax

"design_var" is a variable referencing a Design object.

# Get the value of the property.
propertyValue = design_var.isAdaptiveGroundPlane

# Set the value of the property.
design_var.isAdaptiveGroundPlane = propertyValue

Property Value

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

Version

Introduced in version November 2025

Was this information helpful?