mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024133: Development of improvement of dimensions implementation; new length, radius,diameter and angle dimensions.
Some corrections; test cases were added; coding standards in MFC samples & presentations Request stencil buffer for Linux. correct test cases; correct compilation errors compilation warnings (gcc/Linux)
This commit is contained in:
@@ -538,7 +538,8 @@ is
|
||||
enumeration TypeOfDisplayText is TODT_NORMAL,
|
||||
TODT_SUBTITLE,
|
||||
TODT_DEKALE,
|
||||
TODT_BLEND
|
||||
TODT_BLEND,
|
||||
TODT_DIMENSION
|
||||
end TypeOfDisplayText;
|
||||
---Purpose: Define the display type of the text.
|
||||
--
|
||||
@@ -546,6 +547,7 @@ is
|
||||
-- TODT_SUBTITLE There is a subtitle under the text.
|
||||
-- TODT_DEKALE The text is displayed with a 3D style.
|
||||
-- TODT_BLEND The text is displayed in XOR.
|
||||
-- TODT_DIMENSION Dimension line under text will be invisible.
|
||||
---Category: Enumerations
|
||||
|
||||
enumeration TypeOfMarker is TOM_POINT,
|
||||
|
Reference in New Issue
Block a user