reference_frame_child#
- class ansys.systemcoupling.core.adaptor.api_25_2.reference_frame_child.reference_frame_child(name=None, parent=None)#
Bases:
ContainerProvide 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
ByTransformationoption.- transformation_matrixRealListType
Define the transformation matrix when
ByTransformationoption is active.
Children
Child |
Summary |
|---|---|
Use to apply transformations to coupling interface sides to control |
Included in:
Parent |
Summary |
|---|---|
Provide a transformation relative to a ParentReferenceFrame. |