Void Model.SetTransformationOnPart(IGeoPart part, RigidBodyTransformationMatrix transformationMatrix)

Transform a part with given transformation. Only rigid body transformation is supported, i.e., no scaling will be performed. The validity of “transformationMatrix” will be checked against the constraints of rigid body transforms; an error will be emitted if the matrix is ill-formed.

Parameters