Fabric#

class ansys.acp.core.Fabric(*, name='Fabric', material=None, thickness=0.0, area_price=0.0, ignore_for_postprocessing=False, drop_off_material_handling='global', cut_off_material_handling='computed', draping_material_model='woven', draping_ud_coefficient=0.0)#

Instantiate a Fabric.

Parameters:
  • name (str, default: 'Fabric') – Name of the fabric.

  • material (Material | None, default: None) – Material of the fabric.

  • thickness (float, default: 0.0) – Thickness of the fabric.

  • area_price (float, default: 0.0) – Price per area of the fabric.

  • ignore_for_postprocessing (bool, default: False) – Enable this option that the failure computation skips all plies made of this fabric.

  • drop_off_material_handling (DropoffMaterialType, default: 'global') – Defines the material of drop-off elements in the solid model extrusion.

  • cut_off_material_handling (CutoffMaterialType, default: 'computed') – Defines the material of cut-off elements in solid models if cut-off geometries are active.

  • draping_material_model (DrapingMaterialType, default: 'woven') – Specifies the draping model of the fabric.

  • draping_ud_coefficient (float, default: 0.0) – Set the draping coefficient of the uni-directional draping model. Must be in the range of 0 to 1.

  • area_weight – Weight per area of the fabric. Read only.

Methods

Fabric.clone(*[, unlink])

Create a new unstored object with the same properties.

Fabric.delete()

Delete the object.

Fabric.store(parent)

Store the object on the server.

Attributes

Fabric.area_price

Fabric.area_weight

Fabric.cut_off_material_handling

Fabric.draping_material_model

Fabric.draping_ud_coefficient

Fabric.drop_off_material_handling

Fabric.id

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

Fabric.ignore_for_postprocessing

Fabric.material

Fabric.name

The name of the object.

Fabric.status

Fabric.thickness