AcMapTopology:: GetBackwardEdge Method
Retrieves the half edge with the specified object ID from this topology model.
AcMap::EErrCode GetBackwardEdge( AcMapTopoHalfEdge*& pHalfEdge, long lFullEdgeId );
Parameters |
Description |
pHalfEdge |
Output AcMapTopoHalfEdgehalf edge object. This value points to a copy of the half edge referenced by the specified half edge object ID. The caller is responsible for freeing this object. |
lFullEdgeId |
Input full edge ID. |
Returns
Returns AcMap::EErrCode kOk if successful. Returns AcMap::kErrWrongType if the topology is a polygon. Returns AcMap::kErrBadInput if the full edge ID is invalid.
Remarks
The direction of the half edge is from the end node to the start node of the full edge.
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].