ImportedModelingGroup#

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

Instantiate an imported modeling group.

Parameters:

name (str) – Name of the imported modeling group.

Added in ACP server version 25.1.

Methods

ImportedModelingGroup.clone(*[, unlink])

Create a new unstored object with the same properties.

ImportedModelingGroup.create_imported_modeling_ply(*)

Instantiate an Imported Modeling Ply.

ImportedModelingGroup.delete()

Delete the object.

ImportedModelingGroup.store(parent)

Store the object on the server.

Attributes

ImportedModelingGroup.id

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

ImportedModelingGroup.imported_modeling_plies

ImportedModelingGroup.name

The name of the object.

ImportedModelingGroup.parent

The parent of the object.