ModelingGroup#

class ansys.acp.core.ModelingGroup(*, name='ModelingGroup')#

Instantiate a modeling group.

Parameters:

name (str) – Name of the modeling group.

Added in ACP server version 24.2.

Methods

ModelingGroup.clone(*[, unlink])

Create a new unstored object with the same properties.

ModelingGroup.create_butt_joint_sequence(*)

Instantiate a ButtJointSequence.

ModelingGroup.create_interface_layer(*[, ...])

Instantiate an interface layer.

ModelingGroup.create_modeling_ply(*[, name, ...])

Instantiate a Modeling Ply.

ModelingGroup.delete()

Delete the object.

ModelingGroup.store(parent)

Store the object on the server.

Attributes

ModelingGroup.butt_joint_sequences

ModelingGroup.elemental_data

ModelingGroup.id

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

ModelingGroup.interface_layers

ModelingGroup.mesh

Full mesh associated with the object.

ModelingGroup.modeling_plies

ModelingGroup.name

The name of the object.

ModelingGroup.nodal_data

ModelingGroup.parent

The parent of the object.

ModelingGroup.shell_mesh

Shell mesh associated with the object.

Examples using ModelingGroup#

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