Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbLoftOptions::NormalOption Enumeration
Syntax
C++
enum NormalOption { kNoNormal = 0, kFirstNormal = 1, kLastNormal = 2, kEndsNormal = 3, kAllNormal = 4, kUseDraftAngles = 5 };
Members
Description
kNoNormal
Plane normal lofting is off: surface direction is calculated at each cross-section.
kFirstNormal
Direction of the surface at the first cross-section will be the same as the plane normal of the cross-section.
kLastNormal
Direction of the surface at the last cross-section will be the same as the plane normal of the cross-section.
kEndsNormal
Direction of the surface at the first and last cross-sections will be the same as the plane normal of the cross-section.
kAllNormal
Direction of the surface at each cross-section will be the same as the plane normal of the cross-section.
kUseDraftAngles
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.

File: DbLoftOptions.h 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.