Parameters |
Description |
const OdGePoint2dArray& rawVertices |
[in] Array of 2D points that define the input polyline. Self-intersecting and winding polylines are allowed. |
OdGePoint2dArray& clippedVertices |
[out] Receives an array of 2D points that define the clipped resulting polyline. |
OdGe::ClipCondition& clipCondition |
[out] Receives the information about the spatial relationship between the clip boundary and the input clipped polyline. |
OdGeIntArray* pClippedSegmentSourceLabel = NULL |
[in] Optional segment label information identifying the source of each segment in the clipped polyline. |
eOk if clipped successfully, or an appropriate error code otherwise.
Clips a polyline, creating a second polyline. Currently not implemented.
Copyright © 2002–2022. Open Design Alliance. All rights reserved.
|