Macros | |
| #define | MODELING_SETPOINT_FLAG_EMPTY |
| #define | MODELING_SETPOINT_FLAG_NODIRTY |
| #define | MODELING_SETPOINT_FLAG_UNION |
| #define MODELING_SETPOINT_FLAG_EMPTY |
No flags.
| #define MODELING_SETPOINT_FLAG_NODIRTY |
It only applies to already existing data; any new N-gons are already dirty since they need their polygons created.
The kernel does not set the associated N-gons to "dirty". This prevents re-triangulation (faster commit).
| #define MODELING_SETPOINT_FLAG_UNION |
Mark the point for tag translation to use the same data as the origin point.