how to get boundary curve Points from TsgCADCurvePolygon

Discuss and ask questions about CAD VCL (Delphi and C++ Builder).

Moderators: SDS, support, admin

Post Reply
PavelGrigorev
Posts: 1
Joined: 10 Nov 2022, 13:59

how to get boundary curve Points from TsgCADCurvePolygon

Post by PavelGrigorev » 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.

support
Posts: 3271
Joined: 30 Mar 2005, 11:36
Contact:

Re: how to get boundary curve Points from TsgCADCurvePolygon

Post by support » 11 Nov 2022, 10:37

PavelGrigorev wrote:
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.
Hi,
Could you send me a file to support@cadsofttools.com, so I could help you out? Also, if possible, please attach a screenshot of TsgCADCurvePolygon and its handle.

Best regards,
Catherine.
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

Post Reply