Arrange2DPlaneEnvelopeInput.plane Property

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

Description

Gets and sets the construction plane that will be used for this envelope.

Syntax

"arrange2DPlaneEnvelopeInput_var" is a variable referencing an Arrange2DPlaneEnvelopeInput object.

# Get the value of the property.
propertyValue = arrange2DPlaneEnvelopeInput_var.plane

# Set the value of the property.
arrange2DPlaneEnvelopeInput_var.plane = propertyValue
"arrange2DPlaneEnvelopeInput_var" is a variable referencing an Arrange2DPlaneEnvelopeInput object.
#include <Fusion/Arrange/Arrange2DPlaneEnvelopeInput.h>

// Get the value of the property.
Ptr<ConstructionPlane> propertyValue = arrange2DPlaneEnvelopeInput_var->plane();

// Set the value of the property, where value_var is a ConstructionPlane.
bool returnValue = arrange2DPlaneEnvelopeInput_var->plane(value_var);

Property Value

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

Version

Introduced in version January 2025