EdgeSet#

class ansys.acp.core.EdgeSet(*, name='EdgeSet', edge_set_type='by_reference', defining_node_labels=(), element_set=None, limit_angle=-1.0, origin=(0.0, 0.0, 0.0))#

Instantiate an edge set.

Parameters:

Added in ACP server version 24.2.

Methods

EdgeSet.clone(*[, unlink])

Create a new unstored object with the same properties.

EdgeSet.delete()

Delete the object.

EdgeSet.store(parent)

Store the object on the server.

Attributes

EdgeSet.defining_node_labels

EdgeSet.edge_set_type

EdgeSet.element_set

EdgeSet.id

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

EdgeSet.limit_angle

EdgeSet.locked

EdgeSet.name

The name of the object.

EdgeSet.origin

EdgeSet.parent

The parent of the object.

EdgeSet.status

Examples using EdgeSet#

Advanced selection rules example

Advanced selection rules example

Rosette example

Rosette example