Share

Arrange2DProfileOrFaceEnvelopeInput.profilesOrFaces Property

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

Description

Gets and sets an array that contains a combination of Profile and planar BRepFace objects that will be used to define the shape of the envelopes.

Syntax

"arrange2DProfileOrFaceEnvelopeInput_var" is a variable referencing an Arrange2DProfileOrFaceEnvelopeInput object.

# Get the value of the property.
propertyValue = arrange2DProfileOrFaceEnvelopeInput_var.profilesOrFaces

# Set the value of the property.
arrange2DProfileOrFaceEnvelopeInput_var.profilesOrFaces = propertyValue

Property Value

This is a read/write property whose value is an array of type Base.

Version

Introduced in version January 2025

Was this information helpful?