Rosette#
- class ansys.acp.core.Rosette(*, name='Rosette', rosette_type='parallel', origin=(0.0, 0.0, 0.0), dir1=(1.0, 0.0, 0.0), dir2=(0.0, 1.0, 0.0), edge_set=None)#
Instantiate a Rosette.
- Parameters:
name (str) – Name of the rosette.
rosette_type (RosetteType) – Type of the rosette.
origin (tuple[float, float, float]) – Coordinates of the rosette origin.
dir1 (tuple[float, float, float]) – Direction 1 (x-direction) vector of the Rosette.
dir2 (tuple[float, float, float]) – Direction 2 (y-direction) vector of the Rosette.
edge_set (EdgeSet | None) – Edge Set used for the Rosettes with type
RosetteType.EDGE_WISE
.
Added in ACP server version 24.2.
Methods
Rosette.clone
(*[, unlink])Create a new unstored object with the same properties.
Delete the object.
Rosette.store
(parent)Store the object on the server.
Attributes
Identifier of the object, used for example as key in maps.
The name of the object.
The parent of the object.
Examples using Rosette#
Sandwich panel example
Rosette example
Direction definition example
PyMAPDL workflow
Advanced PyMAPDL workflow