API Reference > OdDb Classes > OdDbSubDMesh Class > OdDbSubDMesh Methods > OdDbSubDMesh::subGetSubentPathsAtGsMarker Method
OdDbSubDMesh::subGetSubentPathsAtGsMarker Method
Syntax
C++
OdResult subGetSubentPathsAtGsMarker(OdDb::SubentType type, OdGsMarker gsMarker, const OdGePoint3d& pickPoint, const OdGeMatrix3d& xrm, OdDbFullSubentPathArray& subentPaths, const OdDbObjectIdArray* pEntAndInsertStack) const;
Parameters 
Description 
OdDb::SubentType type 
[in] The subentity type being queried. ( Only OdDb::kClassSubentType )  
OdGsMarker gsMarker 
[in] The GS marker of the subentity being queried.  
const OdGePoint3d& pickPoint 
[in] The WCS point being queried. ( Not used )  
const OdGeMatrix3d& xrm 
[in] The WCS->DCS transformation matrix. ( Not used )  
OdDbFullSubentPathArray& subentPaths 
[out] The array of OdDbFullSubentPath objects.  
const OdDbObjectIdArray* pEntAndInsertStack 
[in] The array of objectIds of the objects that are the nested containers of the subentity.  

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

Gets all subentity paths by graphic system marker. 

 

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