pycatia.cat_mat_interfaces.material_document

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_document.MaterialDocument(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
InfInterfaces.Document
MaterialDocument

Represents the Document object for materials.
When a MaterialDocument object is created, a MaterialFamily object
is created.
A Material object is also created inside this MaterialFamily
object.
property families: MaterialFamilies

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Families() As MaterialFamilies (Read Only)

Returns the Family collection object from the current
material document.
Return type:

MaterialFamilies