TransformParams#
- class ansys.meshing.prime.TransformParams(model=None, transformation_matrix=None, json_data=None, **kwargs)#
Parameters to transform given entities.
- Parameters:
- model: Model
Model to create a
TransformParamsobject with default parameters.- transformation_matrix: Iterable[float], optional
Transformation matrix(4x4) to be used to transform.
- json_data: dict, optional
JSON dictionary to create a
TransformParamsobject with provided parameters.
Examples
>>> transform_params = prime.TransformParams(model = model)
Methods
Print the default values of
TransformParamsobject.TransformParams.set_default([...])Set the default values of the
TransformParamsobject.Attributes
Transformation matrix(4x4) to be used to transform.