Share

ComponentOccurrence.SetTransformWithoutConstraints Method

Parent Object: ComponentOccurrence

Description

Method that sets the position and orientation of the occurrence, ignoring any constraints on the occurrence. When the assembly is recomputed the occurrence will reposition to honor the constraints.

Syntax

ComponentOccurrence.SetTransformWithoutConstraints( Matrix As Matrix )

Parameters

Name Type Description
Matrix Matrix Input object that specifies the position and orientation of the occurrence.

Samples

Name Description
Assembly Move Occurrence This sample demonstrates moving a component occurrence. This sample performs a translate, but a rotate can also be performed since the transform is defined using a matrix.

Version

Introduced in version 5

Was this information helpful?