Search found 1 match
- 10 Nov 2022, 17:06
- Forum: CAD VCL
- Topic: how to get boundary curve Points from TsgCADCurvePolygon
- Replies: 1
- Views: 1589
how to get boundary curve Points from TsgCADCurvePolygon
I'm reading a TsgCADCurvePolygon object from a DWG file. Polygon.BoundaryDataCount=1. Parameters of Tsg2DBoundaryList object: BoundaryType=7; Count=1. This single curve object has: ClassName='Tsg2DPolyline', Count=0, Points=nil, VertexesCount=2. How can I get points of that curve? Actually its a cir...