CatalogSHMObjectSettingAtt (Object)

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:

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")
 

Properties


Property SHMStdProfPath() As
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.

Methods


Func GetSHMStdProfPathInfo( ioAdminLevel, ioLocked) As
Retrieves information about the SHMStdProfPath setting parameter.
Refer to for a detailed description.
Sub SetSHMStdProfPathLock( iLocked)
Locks or unlocks the SHMStdProfPath setting parameter.
Refer to for a detailed description.