ModelingGroup#

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

Instantiate a modeling group.

Parameters:

name (str, default: 'ModelingGroup') – Name of the modeling group.

Methods

ModelingGroup.clone(*[, unlink])

Create a new unstored object with the same properties.

ModelingGroup.create_modeling_ply(*args, ...)

Instantiate a Modeling Ply.

ModelingGroup.delete()

Delete the object.

ModelingGroup.store(parent)

Store the object on the server.

Attributes

ModelingGroup.elemental_data

ModelingGroup.id

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

ModelingGroup.modeling_plies

ModelingGroup.name

The name of the object.

ModelingGroup.nodal_data