pycatia.cat_mat_interfaces.analysis_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.cat_mat_interfaces.analysis_material.AnalysisMaterial(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
AnalysisMaterial

Represents an AnalysisMaterial object.
This object is used to manage the Analysis properties of a
material.
get_type() str

Note

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

Returns the analysis type (Ex: MATERIAL_ORTHOTROPIC, MATERIAL_ISOTROPIC).
Return type:

str

get_value(i_label: str) cat_variant

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetValue(CATBSTR iLabel) As CATVariant

Returns an analysis value of the material. The name of the parameter is
needed
Parameters:

i_label (str) –

Return type:

cat_variant

put_value(i_label: str, i_value: cat_variant) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub PutValue(CATBSTR iLabel,
CATVariant iValue)

Sets an analysis value of the material. The name of the
parameter is needed
Parameters:
  • i_label (str) –

  • i_value (cat_variant) –

Return type:

None