API Reference > OdDb Classes > OdDbBody Class > OdDbBody Methods > OdDbBody::subGetSubentPathsAtGsMarker Method
OdDbBody::subGetSubentPathsAtGsMarker Method
Syntax
C++
virtual OdResult subGetSubentPathsAtGsMarker(OdDb::SubentType type, OdGsMarker gsMark, const OdGePoint3d& pickPoint, const OdGeMatrix3d& viewXform, OdDbFullSubentPathArray& subentPaths, const OdDbObjectIdArray* pEntAndInsertStack) const;
Parameters 
Description 
OdDb::SubentType type 
[in] Subentity type.  
OdGsMarker gsMark 
[in] GS marker representing a subentity.  
const OdGePoint3d& pickPoint 
[in] Point (in WCS coordinates) picked during the entity selection.  
const OdGeMatrix3d& viewXform 
[in] Transformation matrix to transform from WCS to DCS.  
OdDbFullSubentPathArray& subentPaths 
[out] Array of OdDbFullSubentPath object(s) generated from the GS marker.  
const OdDbObjectIdArray* pEntAndInsertStack 
[in] Array of objectIds. 

Returns eOk if successful, or an appropriate error code if not.

Returns the array of OdDbFullSubentPath object(s) by the specified GS marker. Each OdDbFullSubentPath object represents a subentity. 

 

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