V4WritingSettingAtt (Object)

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:
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

Properties


Property Asso_mode() As
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.
Property CleanTolCheck() As
Returns or sets the small edges and faces cleaning tolerance activation.
Role: Returns or sets the small edges and faces cleaning tolerance activation.
Property CleanTolValue() As
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.
Property Code_page_Dest() As
Returns or sets the activation state of the writing code page.
Role: Returns or sets the value of the writing code page.
Property Initial_Model_File_Path() As
Returns or sets the initial model file path.
Role: Returns or sets the initial model file path.
Property Layer_for_No_Asso() As
Returns or sets the layer for not associative data.
Role: Returns or sets the layer for not associative data.
Property ModeCreateDisplay() As
Returns or sets the curves associated to faces'boundaries creation option.
Role: Returns or sets the curves associated to faces'boundaries creation option.
Property ModeErrorDisplay() As
Returns or sets the error feature creation option.
Role: Returns or sets the error feature creation option.
Property Model_Dimension() As
Returns or sets the model dimension.
Role: Returns or sets the model dimension.
Property Model_Factor() As
Returns or sets the model factor.
Role: Returns or sets the model factor that manages the conversion of model dimension in millimeters.
Property Model_File_Name() As
Returns or sets the model file name in capital letters option.
Role: Returns or sets the model file name in capital letters option.
Property Model_Unit() As
Returns or sets the model unit.
Role: Returns or sets the model unit.

Methods


Func GetAsso_modeInfo( AdminLevel, oLocked) As
Retrieves information about the Asso_mode setting parameter.
Refer to for a detailed description.
Func GetCleanTolCheckInfo( AdminLevel, oLocked) As
Retrieves information about the CleanTolCheck setting parameter.
Refer to for a detailed description.
Func GetCleanTolValueInfo( AdminLevel, oLocked) As
Retrieves information about the CleanTolValue setting parameter.
Refer to for a detailed description.
Func GetCode_page_DestInfo( AdminLevel, oLocked) As
Retrieves information about the Code_page_Dest setting parameter.
Refer to for a detailed description.
Func GetInitial_Model_File_PathInfo( AdminLevel, oLocked) As
Retrieves information about the Initial_Model_File_Path setting parameter.
Refer to for a detailed description.
Func GetLayer_for_No_AssoInfo( AdminLevel, oLocked) As
Retrieves information about the Layer_for_No_Asso setting parameter.
Refer to for a detailed description.
Func GetModeCreateDisplayInfo( AdminLevel, oLocked) As
Retrieves information about the ModeCreateDisplay setting parameter.
Refer to for a detailed description.
Func GetModeErrorDisplayInfo( AdminLevel, oLocked) As
Retrieves information about the ModeErrorDisplay setting parameter.
Refer to for a detailed description.
Func GetModel_DimensionInfo( AdminLevel, oLocked) As
Retrieves information about the Model_Dimension setting parameter.
Refer to for a detailed description.
Func GetModel_FactorInfo( AdminLevel, oLocked) As
Retrieves information about the Model_Factor setting parameter.
Refer to for a detailed description.
Func GetModel_File_NameInfo( AdminLevel, oLocked) As
Retrieves information about the Model_File_Name setting parameter.
Refer to for a detailed description.
Func GetModel_UnitInfo( AdminLevel, oLocked) As
Retrieves information about the Model_Unit setting parameter.
Refer to for a detailed description.
Sub SetAsso_modeLock( iLock)
Locks or unlocks the Asso_mode setting parameter.
Refer to for a detailed description.
Sub SetCleanTolCheckLock( iLock)
Locks or unlocks the CleanTolCheck setting parameter.
Refer to for a detailed description.
Sub SetCleanTolValueLock( iLock)
Locks or unlocks the CleanTolValue setting parameter.
Refer to for a detailed description.
Sub SetCode_page_DestLock( iLock)
Locks or unlocks the Code_page_Dest setting parameter.
Refer to for a detailed description.
Sub SetInitial_Model_File_PathLock( iLock)
Locks or unlocks the Initial_Model_File_Path setting parameter.
Refer to for a detailed description.
Sub SetLayer_for_No_AssoLock( iLock)
Locks or unlocks the Layer_for_No_Asso setting parameter.
Refer to for a detailed description.
Sub SetModeCreateDisplayLock( iLock)
Locks or unlocks the ModeCreateDisplay setting parameter.
Refer to for a detailed description.
Sub SetModeErrorDisplayLock( iLock)
Locks or unlocks the ModeErrorDisplay setting parameter.
Refer to for a detailed description.
Sub SetModel_DimensionLock( iLock)
Locks or unlocks the Model_Dimension setting parameter.
Refer to for a detailed description.
Sub SetModel_FactorLock( iLock)
Locks or unlocks the Model_Factor setting parameter.
Refer to for a detailed description.
Sub SetModel_File_NameLock( iLock)
Locks or unlocks the Model_File_Name setting parameter.
Refer to for a detailed description.
Sub SetModel_UnitLock( iLock)
Locks or unlocks the Model_Unit setting parameter.
Refer to for a detailed description.