Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
POINTCLOUDLOCK
Syntax
C++
OdInt16 POINTCLOUDLOCK;
Type
OdInt16
Initial value
0
Read-Only
No
Saved In
Registry
Versions
2011+

 

POINTCLOUDLOCK controls whether a newly created point cloud entity is locked (can't be manipulated, moved, clipped, or rotated). The property doesn't affect existing point cloud entities. 

 

Value
Description
0
Point cloud entity isn't locked and can be manipulated and edited.
1
Point cloud entity is locked for manipulating and editing.

 

Access Methods
OdDbDatabase::getSysVar()
OdDbDatabase::setSysVar()
 
OdDbHostAppServices::getPOINTCLOUDLOCK()
OdDbHostAppServices::setPOINTCLOUDLOCK()

 

File: SysVarDefs.h 

Module: API Reference 

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