OpenLexocad  27.1
Clash.h
Go to the documentation of this file.
1 #pragma once
2 
3 namespace Topo
4 {
5 enum class BodyClashType // http://doc.spatial.com/qref/ACIS/html/group__INTRAPICLASH.html#gc83919c84495436a3960bc65d1e67083
6 {
15 };
16 
17 enum class ClashMode // http://doc.spatial.com/qref/ACIS/html/group__INTRAPICLASH.html#g84fecb80099bf036f1df154427f6a1d5
18 {
22 };
23 
24 enum class FaceClashType // entity_clash_type
25 {
27  CLASH_NONE,
31  CLASH_AINB,
32  CLASH_BINA,
35 };
36 } // namespace Topo
Definition: Variant.h:55
BodyClashType
Definition: Clash.h:5
FaceClashType
Definition: Clash.h:24
ClashMode
Definition: Clash.h:17