|
3ds Max C++ API Reference
|
Macros | |
| #define | POLYLINE_CLOSED (1 << 0) |
| Indicates the polyline is closed. More... | |
| #define | POLYLINE_NO_SELF_INT (1 << 1) |
| Ignore self-intersections. More... | |
| #define POLYLINE_CLOSED (1 << 0) |
Indicates the polyline is closed.
| #define POLYLINE_NO_SELF_INT (1 << 1) |
Ignore self-intersections.
This is used internally in the patch capping to indicate that this line always returns FALSE from the self intersects test. Normally this should not be set.