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:

Added in ACP server version 24.2.

Methods

Rosette.clone(*[, unlink])

Create a new unstored object with the same properties.

Rosette.delete()

Delete the object.

Rosette.store(parent)

Store the object on the server.

Attributes

Rosette.dir1

Rosette.dir2

Rosette.edge_set

Rosette.id

Identifier of the object, used for example as key in maps.

Rosette.locked

Rosette.name

The name of the object.

Rosette.origin

Rosette.parent

The parent of the object.

Rosette.rosette_type

Rosette.status

Examples using Rosette#

Sandwich panel example

Sandwich panel example

Rosette example

Rosette example

Direction definition example

Direction definition example

PyMAPDL workflow

PyMAPDL workflow

Advanced PyMAPDL workflow

Advanced PyMAPDL workflow