FRX SDK Documentation 2025 SP0
Loading...
Searching...
No Matches
Enumerations
Global_Enums.h File Reference

Go to the source code of this file.

Enumerations

enum  BoolOperType { kBoolOperUnite , kBoolOperSubtract , kBoolOperIntersect }
 
enum  BodyInterferenceType { kBodiesDoNotInterfere , kBodiesTouch , kBodiesInterfere }
 
enum  PointInBodyLocation {
  kPointOutsideBody , kPointAtVertex , kPointOnEdge , kPointInFace ,
  kPointInsideBody
}
 
enum  HiddenLinesDisplay { kHiddenLinesInvisible , kHiddenLinesDashed , kHiddenLinesVisible }
 
enum  HiddenLineDrawingImprove { kNoDrawingImprove , kConnectDrawingImprove , kArcReconstructDrawingImprove }
 
enum  TriangulationType { kGenerateTriangles , kGenerateQuadrilaterals , kGenerateTriStrips , kGenerateTriStripsPerSurface }
 
enum  RayBodyIntersection {
  kRayDoesNotIntersect , kRayPointAtVertex , kRayPointOnEdge , kRayPointInFace ,
  kRayIntersectsVertex , kRayIntersectsEdge , kRayIntersectsFace
}
 
enum  Color { DefaultColor }
 

Enumeration Type Documentation

◆ BodyInterferenceType

Enumerator
kBodiesDoNotInterfere 
kBodiesTouch 
kBodiesInterfere 

Definition at line 10 of file Global_Enums.h.

◆ BoolOperType

Enumerator
kBoolOperUnite 
kBoolOperSubtract 
kBoolOperIntersect 

Definition at line 3 of file Global_Enums.h.

◆ Color

Enumerator
DefaultColor 

Definition at line 59 of file Global_Enums.h.

◆ HiddenLineDrawingImprove

Enumerator
kNoDrawingImprove 
kConnectDrawingImprove 
kArcReconstructDrawingImprove 

Definition at line 33 of file Global_Enums.h.

◆ HiddenLinesDisplay

Enumerator
kHiddenLinesInvisible 
kHiddenLinesDashed 
kHiddenLinesVisible 

Definition at line 26 of file Global_Enums.h.

◆ PointInBodyLocation

Enumerator
kPointOutsideBody 
kPointAtVertex 
kPointOnEdge 
kPointInFace 
kPointInsideBody 

Definition at line 17 of file Global_Enums.h.

◆ RayBodyIntersection

Enumerator
kRayDoesNotIntersect 
kRayPointAtVertex 
kRayPointOnEdge 
kRayPointInFace 
kRayIntersectsVertex 
kRayIntersectsEdge 
kRayIntersectsFace 

Definition at line 48 of file Global_Enums.h.

◆ TriangulationType

Enumerator
kGenerateTriangles 
kGenerateQuadrilaterals 
kGenerateTriStrips 
kGenerateTriStripsPerSurface 

Definition at line 40 of file Global_Enums.h.