reference_frame_child#

class ansys.systemcoupling.core.adaptor.api_25_2.reference_frame_child.reference_frame_child(name=None, parent=None)#

Bases: Container

Provide a transformation relative to a ParentReferenceFrame.

Properties

optionstr

Method used to define the transformation from the parent reference frame.

  • “ByTransformation” - Define the reference frame by one or more transformation operations.

  • “Automatic” - Align source and target automatically.

  • “ByMatrix” - Only available if Alpha features are activated.

parent_reference_framestr

Set the parent reference frame.

transformation_orderStringListType

List names of transformations in the order in which they apply.

Available for the ByTransformation option.

transformation_matrixRealListType

Define the transformation matrix when ByTransformation option is active.

Children

Child

Summary

transformation

Use to apply transformations to coupling interface sides to control

Included in:

Parent

Summary

reference_frame

Provide a transformation relative to a ParentReferenceFrame.