Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
LOFTPARAM
Syntax
C++
Type
OdDb::LoftParamType
Initial value
OdDb::kLoftDefault
Read-Only
No
Saved In
Database
Versions
2007+

Currently not supported. LOFTPARAM controls the shape of lofted solids and surfaces. LOFTPARAM will be a combination of one or more of the following: 

 

Name
Value
Description
kLoftNoParam
0x00
No parameters.
kLoftNoTwist
0x01
No twist between cross sections.
kLoftAlignDirection
0x02
Align directions of cross sections.
kLoftSimplify
0x04
Create simple solids and surfaces.
kLoftClose
0x08
Close between the starting and ending cross sections.
kLoftDefault
0x07
kLoftNoTwist | kLoftAlignDirection | kLoftSimplify

 

Access Methods
OdDbDatabase::getSysVar()
OdDbDatabase::setSysVar()
 
OdDbDatabase::getLOFTPARAM()
OdDbDatabase::setLOFTPARAM()

 

File: SysVarDefs.h 

Module: API Reference 

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