pycatia.cat_mat_interfaces.material_family¶
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.material_family.MaterialFamily(com_object)¶
Note
CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
System.IUnknownSystem.IDispatchSystem.CATBaseUnknownSystem.CATBaseDispatchSystem.AnyObjectMaterialFamilyRepresents a Material Family object.This object is used to group Materials objects in a materialdocument.- property materials: pycatia.cat_mat_interfaces.materials.Materials¶
Note
- CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
- o Property Materials() As Materials (Read Only)Returns the material collection object from the currentmaterial family.
- Return type