0024129: Eliminate remaining compiler warnings in MSVC++ 2008 32 bit with warning...
[occt.git] / src / Aspect / Aspect.cdl
index 17d8f58..52566c6 100755 (executable)
@@ -405,7 +405,8 @@ is
                                         IS_HOLLOW,
                                         IS_HATCH,
                                         IS_SOLID,
-                                        IS_HIDDENLINE
+                                        IS_HIDDENLINE,
+                                        IS_POINT
         end InteriorStyle;
         ---Purpose: Definition of interior types for primitive
         --          faces.
@@ -415,6 +416,7 @@ is
         --          IS_HATCH    display hatched with a hatch style.
         --          IS_SOLID    display the interior entirely filled.
         --          IS_HIDDENLINE       display in hidden lines removed.
+        --          IS_POINT            display only vertices.
         --
         ---Category: Enumerations