Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdDbSubentId Class
Syntax
C++
class OdDbSubentId;

This class implements Subentity Id objects for OdDbEntity objects in an OdDbDatabase instance.

A given OdDbEntity object may consist of any number of graphical subentities. 

Subentity type must be one of the following: 

 

Name
Value
OdDb::kNullSubentType
0
OdDb::kFaceSubentType
1
OdDb::kEdgeSubentType
2
OdDb::kVertexSubentType
3
OdDb::kMlineSubentCache
4

 

Each SubentityId object is created from a Subentity type and an index. 

Corresponding C++ library: TD_DbRoot 

 

OdDbSubentId

File: DbBaseSubentId.h 

Module: API Reference 

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