Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
LOFTNORMALS
Syntax
C++
Type
OdDb::LoftNormalsType
Initial value
OdDb::kLoftSmooth
Read-Only
No
Saved In
Database
Versions
2007+

Currently not supported. LOFTNORMALS controls the normals of lofted objects as they pass through cross sections. It is ignored when a path or guide curve is specified. 

 

Name
Value
Description
kLoftRuled
0
Ruled surface.
kLoftSmooth
1
Smooth surface.
kLoftFirstNormal
2
Surface is normal to the first cross section.
kLoftLastNormal
3
Surface is normal to the last cross section.
kLoftEndsNormal
4
Surface is normal to the first and last cross sections.
kLoftAllNormal
5
Surface is normal to all cross sections.
kLoftUseDraftAngles
6
Surface uses draft angle and magnitude.

 

Access Methods
OdDbDatabase::getSysVar()
OdDbDatabase::setSysVar()
 
OdDbDatabase::getLOFTNORMALS()
OdDbDatabase::setLOFTNORMALS()

 

File: SysVarDefs.h 

Module: API Reference 

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