AcMapTopoFullEdge::GetHalfEdge Method

Land Desktop Development ARX CPP SDK

AcMapTopoFullEdge:: GetHalfEdge Method
 

Retrieves the half edge that traverses one way along this full edge.

AcMap::EErrCode GetHalfEdge(
    AcMapTopoHalfEdge*& pHalfEdge, 
    bool bOnLeft
);
Parameters 
Description 
pHalfEdge 
Output AcMapTopoHalfEdgehalf edge. This value points to a copy of the half edge referenced by the half edge object. The caller is responsible for freeing this object.  
bOnLeft 
Input true to choose the left edge, or false to choose the right edge.  
Returns

Returns AcMap::EErrCode kOk if successful. Returns AcMap::EErrCode kErrTopTraceLinkNotExist if no edge is found.

Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].