WorkingModel.isAdaptiveGroundPlane Property

Parent Object: WorkingModel
Defined in namespace "adsk::fusion" and the header file is <Fusion/Fusion/WorkingModel.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

"workingModel_var" is a variable referencing a WorkingModel object.

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

# Set the value of the property.
workingModel_var.isAdaptiveGroundPlane = propertyValue
"workingModel_var" is a variable referencing a WorkingModel object.
#include <Fusion/Fusion/WorkingModel.h>

// Get the value of the property.
boolean propertyValue = workingModel_var->isAdaptiveGroundPlane();

// Set the value of the property, where value_var is a boolean.
bool returnValue = workingModel_var->isAdaptiveGroundPlane(value_var);

Property Value

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

Version

Introduced in version November 2025