how to get boundary curve Points from TsgCADCurvePolygon
Posted: 10 Nov 2022, 17:06
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 circle.
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 circle.