ImportedModelingPly#

class ansys.acp.core.ImportedModelingPly(*, name='ModelingPly', active=True, offset_type='middle_offset', mesh_import_type='from_geometry', mesh_geometry=None, rosette_selection_method='minimum_angle', rosettes=(), reference_direction_field=None, rotation_angle=0.0, ply_material=None, ply_angle=0.0, draping_type='no_draping', draping_angle_1_field=None, draping_angle_2_field=None, thickness_type='nominal', thickness_field=None, thickness_field_type='absolute_values')#

Instantiate an Imported Modeling Ply.

Parameters:

Added in ACP server version 25.1.

Methods

ImportedModelingPly.clone(*[, unlink])

Create a new unstored object with the same properties.

ImportedModelingPly.delete()

Delete the object.

ImportedModelingPly.store(parent)

Store the object on the server.

Attributes