OpenLexocad  27.1
GeomInit.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace Geom
4 {
5 class LX_GEOM_EXPORT GeomInit
6 {
7 public:
8  static void init();
9  static void release();
10 
11 private:
12  static bool isInit;
13 };
14 
15 } // namespace Geom
Definition: Variant.h:60
Definition: GeomInit.h:5