Design.isAdaptiveGroundPlane Property
Parent Object:
DesignDefined 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 |
"design_var" is a variable referencing a Design object.
#include <Fusion/Fusion/Design.h>
// Get the value of the property. boolean propertyValue = design_var->isAdaptiveGroundPlane();
// Set the value of the property, where value_var is a boolean. bool returnValue = design_var->isAdaptiveGroundPlane(value_var); |
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version November 2025