API Reference > OdDb Classes > OdDbSubDMesh Class > OdDbSubDMesh Methods > OdDbSubDMesh::getAdjacentSubentPath Method
OdDbSubDMesh::getAdjacentSubentPath Method
Syntax
C++
OdResult getAdjacentSubentPath(const OdDbFullSubentPath& path, OdDb::SubentType type, OdDbFullSubentPathArray& subentPaths) const;
Parameters 
Description 
const OdDbFullSubentPath& path 
[in] Original subentity.  
OdDb::SubentType type 
[in] Type of subentities to be returned.  
OdDbFullSubentPathArray& subentPaths 
[out] Array of subentities adjacent to the original one.  

eOk if the operation completed successfully, or an appropriate error code otherwise.

Retrieves subentities adjacent to a given one. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.