Transformations Module

Creates and accesses transformation entities that can be applied to PRC entities containing geometry.

This module describes the transformation entities that can be applied to PRC entities containing geometry.

The abstract base entity for this module (A3DMiscTransformation) appears in structure members as a pointer that references either an:c:type:~A3DMiscCartesianTransformationor an:c:type:~A3DMiscGeneralTransformationentity. There are no functions to separately create or access an:c:type:~A3DMiscTransformationentity.

To determine the type of transformation entity referenced by an:c:type:~A3DMiscTransformationpointer, use the:c:func:~A3DEntityGetTypefunction.

Topics