Changes between Version 22 and Version 23 of FDORfc48
- Timestamp:
- 07/29/10 23:26:09 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FDORfc48
v22 v23 210 210 enum FdoFixPolygonVertexOrderPreference 211 211 { 212 /// Prefer high performance. It guarantees that polygons in the target have213 /// the correctvertex order if the target is enforced.214 FdoFixPolygonVertexOrderPreference_ HighPerformance = 0,212 /// Prefer performance. It guarantees that polygons in the target have the correct 213 /// vertex order if the target is enforced. 214 FdoFixPolygonVertexOrderPreference_Performance = 0, 215 215 216 216 /// Prefer correctness. It guarantees that polygons in the target have