DbLoftOptions.h
Members |
Description |
kNoNormal = 0 |
Plane normal lofting is off: surface direction is calculated at each cross-section. |
kFirstNormal = 1 |
Direction of the surface at the first cross-section will be the same as the plane normal of the cross-section. |
kLastNormal = 2 |
Direction of the surface at the last cross-section will be the same as the plane normal of the cross-section. |
kEndsNormal = 3 |
Direction of the surface at the first and last cross-sections will be the same as the plane normal of the cross-section. |
kAllNormal = 4 |
Direction of the surface at each cross-section will be the same as the plane normal of the cross-section. |
kUseDraftAngles = 5 |
Direction of the surface at each cross-section will be the same as the plane normal of the cross-section. |
Enumeration for specifying plane normal lofting regimes.
Copyright © 2002–2020. Open Design Alliance. All rights reserved.
|