Share

DerivedPartTransformDef.SetTransformation Method

Parent Object: DerivedPartTransformDef

Description

Method that sets the matrix describing the transform that should be applied to the entities being derived. Operations allowed in the transform are: translation, rotation, non-uniform scale and mirror.

Syntax

DerivedPartTransformDef.SetTransformation( Transform As Matrix, [Mirror] As Boolean )

Parameters

Name Type Description
Transform Matrix Input object that specifies the transform for the derived part.

Mirror Boolean Optional input Boolean that specifies whether the derived part should be mirrored.

This is an optional argument whose default value is False.

Version

Introduced in version 6

Was this information helpful?