pycatia.catia_v4_interfaces.spec_v4_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.catia_v4_interfaces.spec_v4_setting_att.SpecV4SettingAtt(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
SpecV4SettingAtt

Represents the V4/V5 SPEC setting controller object.
Role: The V4/V5 SPEC setting controller object deals with the setting
parameters displayed in the V4/V5SPEC property page. To access this property
page:

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


The different options for V4/V5SPEC tab:
The Step By Step Update And Reroute
The Draft Feature Migration Mode
property draft_feature_migration_mode: int

Note

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

Returns or sets the activation state of the mode of migration for draft
feature.
Role: This setting parameter manages the activation of the mode of
migration for draft feature during a Copy/Paste As Spec.
Returns:

enum catv4_iv4_v5_spec_draft_migration_enum

Return type:

int

get_draft_feature_migration_mode_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetDraftFeatureMigrationModeInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

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

  • o_locked (str) –

Return type:

bool

get_step_by_step_update_and_reroute_info(admin_level: str, o_locked: str) bool

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func GetStepByStepUpdateAndRerouteInfo(CATBSTR AdminLevel,
CATBSTR oLocked) As boolean

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

  • o_locked (str) –

Return type:

bool

set_draft_feature_migration_mode_lock(i_lock: bool) None

Note

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

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

i_lock (bool) –

Return type:

None

set_step_by_step_update_and_reroute_lock(i_lock: bool) None

Note

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

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

i_lock (bool) –

Return type:

None

property step_by_step_update_and_reroute: bool

Note

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

Returns or sets the activation state of Step By Step Update And
Reroute.
Role: The Step By Step Update And Reroute setting parameter manages the
activation of the step by step update and reroute during a Copy/Paste As Spec
when solids are involved.
Return type:

bool