pycatia.cat_mat_interfaces.positioned_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.positioned_material.PositionedMaterial(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
PositionedMaterial

Represents a Positioned Material object.
property application_mode: int

Note

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

Returns the application mode of the material.

Possible mode values are:
0: Material has been applied as a copy on the
geometrical object
1: Material has been applied as a link on the
geometrical object
Return type:

int

property inheritance_mode: int

Note

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

Returns or sets the inheritance mode of an applied
material.

Possible inheritance mode values are:
0: The material is propagated towards its children
1: The material is not propagated towards its children
2: The material do not accept material propagated by
its father (forced mode)
Return type:

int

property material: Material

Note

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

Returns the material object from the current positioned
material.
Return type:

Material