pycatia.composites_interfaces.composites_material

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.composites_interfaces.composites_material.CompositesMaterial(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
CompositesMaterial

Represents a Composites Material object.
create_composites_data() None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub CreateCompositesData()

Create a default composites properties on the current material.
Return type:

None

property cured_thickness: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property CuredThickness() As double

returns or set the cured thicknes defined in Composites tab in mm.
Return type:

float

exist_composites_data() int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func ExistCompositesData() As short

Returns true if a composites properties exists on the current material.
Return type:

int

property fabric_width: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property FabricWidth() As double

returns or set the fabric width defined in Composites tab in mm.
Return type:

float

property limit_deformation: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property LimitDeformation() As double

returns or set the limit deformation defined in Composites tab in radian.
Return type:

float

property mass_cost: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property MassCost() As double

returns or set the cost per mess defined in Composites tab in $ per kg.
Return type:

float

property material_type: int

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property MaterialType() As short

returns or set the material type defined in Composites tab. the input or
output value is the following: 1 for Undefiened 2 for Unidirectional 3 for Bi
Directional 4 for NCF (Non Crimp Fabric) 5 for Non Structural
Return type:

int

property max_deformation: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property MaxDeformation() As double

returns or set the maximum deformation defined in Composites tab in radian.
Return type:

float

property surfacic_weigth: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property SurfacicWeigth() As double

returns or set the surfacic weigth defined in Composites tab in kg per m2.
Return type:

float

property uncured_thickness: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property UncuredThickness() As double

returns or set the uncured thicknes defined in Composites tab in mm.
Return type:

float