 AcGiGeometry::polyline (Adesk::UInt32, AcGePoint3d*, AcGeVector3d*, Adesk::LongPtr) |
Walks down the list of vertex points pVertexList drawing line segments from point to point (hence the requirement for a minimum of two points). If a thickness is currently specified it will be applied to the segments of this polyline. The caller is responsible for the memory used by the pVertexList array.The lBaseSubEntMarker argument has been added to allow the caller to specify sequential sub-entity markers for the segments of the polyline. If lBaseSubEntMarker'n' is greater than zero then the segments of the polyline will be assigned markers beginning with 'n' incrementing by 1 for each segment. |