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.
Instantiate a ButtJointSequence.
ModelingGroup.create_interface_layer
(*[, ...])Instantiate an interface layer.
ModelingGroup.create_modeling_ply
(*[, name, ...])Instantiate a Modeling Ply.
Delete the object.
ModelingGroup.store
(parent)Store the object on the server.
Attributes
Identifier of the object, used for example as key in maps.
Full mesh associated with the object.
The name of the object.
The parent of the object.
Shell mesh associated with the object.
Examples using ModelingGroup#
Sandwich panel example
Rosette example
Direction definition example
PyMAPDL workflow
Advanced PyMAPDL workflow