Share

SectionAnalysisInput.initialPosition Property

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

Description

Returns the matrix that describes the initial position and orientation of the specified cut plane entity. Any additional offsets or rotations are defined by a transformation matrix that is applied to this initial position matrix. That matrix is obtained and set using the transform property.

Syntax

"sectionAnalysisInput_var" is a variable referencing a SectionAnalysisInput object.

# Get the value of the property.
propertyValue = sectionAnalysisInput_var.initialPosition

Property Value

This is a read only property whose value is a Matrix3D.

Version

Introduced in version January 2023

Was this information helpful?