DeleteTransformation()

Given the names of the transformation and the reference frame from which it will be deleted, deletes the transformation from the reference frame and removes it from the TransformationOrder list.

For more information, see Defining Geometry Transformations for Models with Different Orientations in the System Coupling User's Guide.

Essential Keyword Arguments

ReferenceFrame : string

String indicating the name of the reference frame from which the transformation will be deleted.

TransformationName : string

String indicating the name of the transformation to be deleted.

Return Type

None

Examples

Example 24: Delete a transformation


DeleteTransformation(
	ReferenceFrame='Frame-1',
	TransformationName ='Rotation-3')