API Reference > OdDb Classes > OdDbLoftOptions Class > OdDbLoftOptions Enumerations > OdDbLoftOptions::NormalOption Enumeration
OdDbLoftOptions::NormalOption Enumeration
Syntax
C++
enum NormalOption { kNoNormal = 0, kFirstNormal = 1, kLastNormal = 2, kEndsNormal = 3, kAllNormal = 4, kUseDraftAngles = 5 };

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.