DMUTolSettingAtt (Object)

Represents the DMU Tolerancing setting controller object.
Role: The DMU Tolerancing setting controller object deals with the setting parameters displayed in:

Properties


Property DesignMode() As
Returns or sets the Design Mode setting parameter value.
True if the Design Mode setting parameter is checked and thus set to Automatic.
Role: When set to True, models are loaded in Design Mode to access technological data. Otherwise, when set to False, models are loaded in Visualization Mode, and only visualization data is loaded.
Property PrevArea() As
Returns or sets the Preview Area setting parameter value.
True if the Preview Area setting parameter is checked.
Property SaveCGR() As
Returns or sets the Save in CGR setting parameter value.
True if the Save in CGR setting parameter is checked.
Role: When set to True, the FTA 3D Annotation representations are saved in CGR. Otherwise, they are not saved.
Property SectPattern() As
Returns or sets the Pattern of Visu setting parameter value.
True if the Pattern of Visu setting parameter is checked.
Role: When set to True, the FTA 3D Annotation representations are saved in CGR. Otherwise, they are not saved.

Methods


Func GetDesignModeInfo( AdminLevel, oLocked) As
Retrieves informations about the Design Mode setting parameter value.
Refer to for a detailled description.
Func GetPrevAreaInfo( AdminLevel, oLocked) As
Retrieves informations about the Preview Area setting parameter value.
Refer to for a detailled description.
Sub GetRelatedColors( oRelatedR, oRelatedG, oRelatedB)
Retrieves the Related Surface Color setting parameter value.
Role: The Related Surface Color setting parameter defines the color of the annotation related surfaces, that is, of all the surfaces referenced or toleranced using the CATIA V4 FD&T function.
Legal values:The three color indexes range from 0 to 255.
Parameters:
oRelatedR
[out] The Related Surface Color red index
oRelatedG
[out] The Related Surface Color green index
oRelatedB
[out] The Related Surface Color blue index
Func GetRelatedColorsInfo( AdminLevel, oLocked) As
Retrieves informations about the Related Surface Color setting parameter value.
Refer to for a detailled description.
Func GetSaveCGRInfo( AdminLevel, oLocked) As
Retrieves informations about the Save in CGR setting parameter value.
Refer to for a detailled description.
Func GetSectPatternInfo( AdminLevel, oLocked) As
Retrieves informations about the Pattern of Visu setting parameter value.
Refer to for a detailled description.
Sub SetDesignModeLock( iLocked)
Locks or unlocks the Design Mode setting parameter value.
Refer to for a detailed description.
Sub SetPrevAreaLock( iLocked)
Locks or unlocks the Preview Area setting parameter value.
Refer to for a detailed description.
Sub SetRelatedColors( iRelatedR, iRelatedG, iRelatedB)
Sets the Related Surface Color setting parameter value.
Role: The Related Surface Color setting parameter defines the color of the annotation related surfaces, that is, of all the surfaces referenced or toleranced using the CATIA V4 FD&T function.
Legal values:The three color indexes range from 0 to 255.
Parameters:
iRelatedR
[in] The Related Surface Color red index
iRelatedG
[in] The Related Surface Color green index
iRelatedB
[in] The Related Surface Color blue index
Sub SetRelatedColorsLock( iLocked)
Locks or unlocks the Related Surface Color setting parameter value.
Refer to for a detailed description.
Sub SetSaveCGRLock( iLocked)
Locks or unlocks the Save in CGR setting parameter value.
Refer to for a detailed description.
Sub SetSectPatternLock( iLocked)
Locks or unlocks the Pattern of Visu setting parameter value.
Refer to for a detailed description.