pycatia.cat_str_functional_interfaces.sfm_object

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_str_functional_interfaces.sfm_object.SFMObject(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
SfmObject

Interface to manage the category of a SfmObject.
Role: To manage SfmObject’s category.
property category: str

Note

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

Returns or sets the category.

Example:
This example retrieves in Category the supporting curve for the
SfmObject feature.

Category = SfmObject.Category
Return type:

str

property grade: str

Note

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

Returns or sets the grade.

Example:
This example retrieves in Grade the informations for the
SfmMaterialProperties feature.

SfmMaterialProperties.Grade Grade
Return type:

str

property material: str

Note

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

Returns or sets the material.

Example:
This example retrieves in Material the informations for the
SfmMaterialProperties feature.

SfmMaterialProperties.Material Material
Return type:

str