Role: The DMU Tolerancing setting controller object deals with the setting parameters displayed in:
- The DMU Tolerancing property page for the Related Surface Color and
the Design Mode setting parameters.
To access this property page:- Click the Options command in the Tools menu
- Click + left of Digital Mockup to unfold the workbench list
- Click DMU Tolerancing Review
- The Cgr Management property page for the Save in CGR setting parameter.
To access this property page:- Click the Options command in the Tools menu
- Click + left of Infrastructure to unfold the workbench list
- Click Product Structure
- Click the Cgr Management property page
The Save in CGR setting parameter represents the state of the check button named: Save FTA 3D Annotation representation in CGR.
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 dd>
- oRelatedG
- [out] The Related Surface Color green index dd>
- oRelatedB
- [out] The Related Surface Color blue index dd>
- 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 dd>
- iRelatedG
- [in] The Related Surface Color green index dd>
- iRelatedB
- [in] The Related Surface Color blue index dd>
- 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.