pycatia.cat_sm_interfaces.catalog_shm_object_setting_att

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_sm_interfaces.catalog_shm_object_setting_att.CatalogShmObjectSettingAtt(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
System.SettingController
CatalogSHMObjectSettingAtt

Represents the CATIA Sheet Metal Aerospace General setting controller
object.
Role: The CATIA Sheet Metal Aerospace setting General controller object deals
with the setting attributes displayed in the Aerospace Sheet Metal Design
General property page. To access this property page:

Click the Options command in the Tools menu
Click + left of Mechanical Design to unfold the workbench
list
Click General

The Sheet Metal Aerospace General setting controller object can be retrieved as
an item of the setting controller collection using its name
“CATIStmCatalogSHMObjectSettingCtrl” as follows:

Dim settingControllers1 As SettingControllers
Set settingControllers1 = CATIA.SettingControllers
Dim CATIAStmCatalogSHMObjectSettingAtt1 As SettingController
Set CATIAStmCatalogSHMObjectSettingAtt1 = settingControllers1.Item(“CATIStmCatalogSHMObjectSettingCtrl”)
get_shm_std_prof_path_info(io_admin_level: str, io_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetSHMStdProfPathInfo(CATBSTR ioAdminLevel,
CATBSTR ioLocked) As boolean

Retrieves information about the SHMStdProfPath setting
parameter.
Refer to SettingController for a detailed description.
Parameters:
  • io_admin_level (str) –

  • io_locked (str) –

Return type:

bool

set_shm_std_prof_path_lock(i_locked: bool) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetSHMStdProfPathLock(boolean iLocked)

Locks or unlocks the SHMStdProfPath setting parameter.
Refer to SettingController for a detailed description.
Parameters:

i_locked (bool) –

Return type:

None

property shm_std_prof_path: str

Note

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

Returns or sets the SHMStdProfPath setting parameter
value.
Role: The SHMStdProfPath setting parameter stores the path to the CATIA
Catalog file used by the Catalog Browser whenever it is involved in Aerospace
Sheet Metal commands, such as cutout or corner relief.
Legal values: a valid path to a CATIA Catalog file.
Return type:

str