hp2FEM
0.1
|
00001 #ifndef _GEO_ENTITIES_E_H_ 00002 #define _GEO_ENTITIES_E_H_ 00003 // --------------------------------------------- 00004 // company : 00005 // user : 00006 // date : 23 Mar 2015 12:01 00007 // file : Geo_Entities_E.h 00008 // markers : Full 00009 // language : C++ 00010 // generator : Metamill 6.0 00011 // --------------------------------------------- 00012 00013 //#UBLK-BEG-HEADERH 00014 //#UBLK-END-HEADERH 00015 00016 /*================================================================================================= 00017 = = 00018 = Copyright 2010-2015 Marco Lucio Bittencourt / Fabiano Fernandes Bargos = 00019 = Gilberto Luis Valente / Jorge Luis Suzuki / Allan Patrick Cordeiro Dias = 00020 = = 00021 = Licensed under the Apache License, Version 2.0 (the "License"); = 00022 = you may not use this file except in compliance with the License. = 00023 = You may obtain a copy of the License at = 00024 = = 00025 = http://www.apache.org/licenses/LICENSE-2.0 = 00026 = = 00027 = Unless required by applicable law or agreed to in writing, software = 00028 = distributed under the License is distributed on an "AS IS" BASIS, = 00029 = WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. = 00030 = See the License for the specific language governing permissions and = 00031 = limitations under the License. = 00032 = = 00033 =================================================================================================*/ 00034 00035 00036 enum Geo_Entities_E 00037 { 00038 //#UBLK-BEG-CLASSDEF mm:d12028c4-8f0d-4d71-aca8-be625b0bce9c 00039 //#UBLK-END-CLASSDEF 00040 00041 // attr=mm:d057ef05-ce11-4a4d-9ea9-46d6fbbcbe84 00042 GE_NONE, 00043 // attr=mm:1f7943a2-94c1-4b4c-9d24-d90f6d56e653 00044 nAREA, 00045 // attr=mm:639e25c9-e06c-4d7f-9d03-2eecd278ebd5 00046 CURVE, 00047 // attr=mm:af7445ed-b604-4216-85b2-8b1e651a9218 00048 ENDPOINT, 00049 // attr=mm:069fb192-a024-4a22-87e6-c073dff47640 00050 CIRCLE, 00051 // attr=mm:7b02d44e-30a8-4b8b-9a3b-356f7692c1b2 00052 VOLUME, 00053 // attr=mm:aff0fa2f-55f3-4be5-b63a-34ad3dd9dc5a 00054 SURFACE, 00055 // attr=mm:19fc33f6-7994-4ace-b93b-9dc4ae5696a9 00056 CURVE3D, 00057 // attr=mm:33cd86a8-f8f7-40d2-ace0-7c828bc320c1 00058 ENDPOINT3D 00059 00060 }; 00061 00062 //#UBLK-BEG-GLOBALH 00063 //#UBLK-END-GLOBALH 00064 00065 00066 #endif // _GEO_ENTITIES_E_H_