pycatia.catia_v4_interfaces.v4_writing_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.v4_writing_setting_att.V4WritingSettingAtt(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
V4WritingSettingAtt

Represents the Saving As V4 Data setting controller object.
Role: The Saving As V4 Data setting controller object deals with the setting
parameters displayed in the Saving As V4 Data 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 Writing Code Page
The Model Dimension
The Model Unit
The Initial Model File Path
The Associativity Mode
The Layer For Non Associative Data
The Error Feature Creation if the Save is not complete
The Curves Associated To Face Boundaries Creation
The V4 Model File Name In Capitals Letters
The Small Edges And Faces Cleaning Tolerance
property asso_mode: int

Note

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

Returns or sets the associativity mode of migration.
Role: Returns or sets the associativity mode of migration.If non
associative mode is chosen, it is possible to create or not the solid.
Returns:

enum catv4_iv5_v4_associativity_mode_enum

Return type:

int

property clean_tol_check: bool

Note

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

Returns or sets the small edges and faces cleaning tolerance
activation.
Role: Returns or sets the small edges and faces cleaning tolerance
activation.
Return type:

bool

property clean_tol_value: float

Note

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

Returns or sets the small edges and faces cleaning tolerance value if
activated.
Role: Returns or sets the small edges and faces cleaning tolerance value if
activated.
Return type:

float

property code_page_dest: int

Note

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

Returns or sets the activation state of the writing code
page.
Role: Returns or sets the value of the writing code page.
Return type:

int

get_asso_mode_info(admin_level: str, o_locked: str) bool

Note

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

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

  • o_locked (str) –

Return type:

bool

get_clean_tol_check_info(admin_level: str, o_locked: str) bool

Note

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

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

  • o_locked (str) –

Return type:

bool

get_clean_tol_value_info(admin_level: str, o_locked: str) bool

Note

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

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

  • o_locked (str) –

Return type:

bool

get_code_page_dest_info(admin_level: str, o_locked: str) bool

Note

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

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

  • o_locked (str) –

Return type:

bool

get_initial_model_file_path_info(admin_level: str, o_locked: str) bool

Note

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

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

  • o_locked (str) –

Return type:

bool

get_layer_for_no_asso_info(admin_level: str, o_locked: str) bool

Note

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

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

  • o_locked (str) –

Return type:

bool

get_mode_create_display_info(admin_level: str, o_locked: str) bool

Note

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

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

  • o_locked (str) –

Return type:

bool

get_mode_error_display_info(admin_level: str, o_locked: str) bool

Note

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

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

  • o_locked (str) –

Return type:

bool

get_model_dimension_info(admin_level: str, o_locked: str) bool

Note

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

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

  • o_locked (str) –

Return type:

bool

get_model_factor_info(admin_level: str, o_locked: str) bool

Note

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

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

  • o_locked (str) –

Return type:

bool

get_model_file_name_info(admin_level: str, o_locked: str) bool

Note

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

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

  • o_locked (str) –

Return type:

bool

get_model_unit_info(admin_level: str, o_locked: str) bool

Note

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

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

  • o_locked (str) –

Return type:

bool

property initial_model_file_path: str

Note

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

Returns or sets the initial model file path.
Role: Returns or sets the initial model file path.
Return type:

str

property layer_for_no_asso: int

Note

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

Returns or sets the layer for not associative data.
Role: Returns or sets the layer for not associative data.
Return type:

int

property mode_create_display: int

Note

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

Returns or sets the curves associated to faces’boundaries creation
option.
Role: Returns or sets the curves associated to faces’boundaries creation
option.
Returns:

enum catv4_iv5_v4_internal_curve_creation_enum

Return type:

int

property mode_error_display: int

Note

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

Returns or sets the error feature creation option.
Role: Returns or sets the error feature creation option.
Returns:

enum catv4_iv5_v4_error_feature_creation_enum

Return type:

int

property model_dimension: float

Note

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

Returns or sets the model dimension.
Role: Returns or sets the model dimension.
Return type:

float

property model_factor: float

Note

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

Returns or sets the model factor.
Role: Returns or sets the model factor that manages the conversion of model
dimension in millimeters.
Return type:

float

property model_file_name: bool

Note

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

Returns or sets the model file name in capital letters
option.
Role: Returns or sets the model file name in capital letters option.
Return type:

bool

property model_unit: int

Note

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

Returns or sets the model unit.
Role: Returns or sets the model unit.
Return type:

int

set_asso_mode_lock(i_lock: bool) None

Note

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

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

i_lock (bool) –

Return type:

None

set_clean_tol_check_lock(i_lock: bool) None

Note

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

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

i_lock (bool) –

Return type:

None

set_clean_tol_value_lock(i_lock: bool) None

Note

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

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

i_lock (bool) –

Return type:

None

set_code_page_dest_lock(i_lock: bool) None

Note

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

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

i_lock (bool) –

Return type:

None

set_initial_model_file_path_lock(i_lock: bool) None

Note

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

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

i_lock (bool) –

Return type:

None

set_layer_for_no_asso_lock(i_lock: bool) None

Note

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

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

i_lock (bool) –

Return type:

None

set_mode_create_display_lock(i_lock: bool) None

Note

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

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

i_lock (bool) –

Return type:

None

set_mode_error_display_lock(i_lock: bool) None

Note

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

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

i_lock (bool) –

Return type:

None

set_model_dimension_lock(i_lock: bool) None

Note

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

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

i_lock (bool) –

Return type:

None

set_model_factor_lock(i_lock: bool) None

Note

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

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

i_lock (bool) –

Return type:

None

set_model_file_name_lock(i_lock: bool) None

Note

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

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

i_lock (bool) –

Return type:

None

set_model_unit_lock(i_lock: bool) None

Note

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

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

i_lock (bool) –

Return type:

None