|
FRX SDK Documentation 2025 SP0
|
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 } |
| Enumerator | |
|---|---|
| kBodiesDoNotInterfere | |
| kBodiesTouch | |
| kBodiesInterfere | |
Definition at line 10 of file Global_Enums.h.
| Enumerator | |
|---|---|
| kBoolOperUnite | |
| kBoolOperSubtract | |
| kBoolOperIntersect | |
Definition at line 3 of file Global_Enums.h.
| Enumerator | |
|---|---|
| DefaultColor | |
Definition at line 59 of file Global_Enums.h.
| Enumerator | |
|---|---|
| kNoDrawingImprove | |
| kConnectDrawingImprove | |
| kArcReconstructDrawingImprove | |
Definition at line 33 of file Global_Enums.h.
| Enumerator | |
|---|---|
| kHiddenLinesInvisible | |
| kHiddenLinesDashed | |
| kHiddenLinesVisible | |
Definition at line 26 of file Global_Enums.h.
| Enumerator | |
|---|---|
| kPointOutsideBody | |
| kPointAtVertex | |
| kPointOnEdge | |
| kPointInFace | |
| kPointInsideBody | |
Definition at line 17 of file Global_Enums.h.
| Enumerator | |
|---|---|
| kRayDoesNotIntersect | |
| kRayPointAtVertex | |
| kRayPointOnEdge | |
| kRayPointInFace | |
| kRayIntersectsVertex | |
| kRayIntersectsEdge | |
| kRayIntersectsFace | |
Definition at line 48 of file Global_Enums.h.
| Enumerator | |
|---|---|
| kGenerateTriangles | |
| kGenerateQuadrilaterals | |
| kGenerateTriStrips | |
| kGenerateTriStripsPerSurface | |
Definition at line 40 of file Global_Enums.h.