Create TsgDXFLWPolyline with hatch

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

Moderators: SDS, support, admin

Post Reply
TomášTrnka
Posts: 1
Joined: 16 Mar 2023, 10:46

Create TsgDXFLWPolyline with hatch

Post by TomášTrnka » 16 Mar 2023, 11:05

How can I set hatch or fill to TsgDXFCircle,TsgDXFLWPolyline entities. How to set the Associativity flag.
Thanks Tomas

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

Re: Create TsgDXFLWPolyline with hatch

Post by support » 17 Mar 2023, 14:54

TomášTrnka wrote:
16 Mar 2023, 11:05
How can I set hatch or fill to TsgDXFCircle,TsgDXFLWPolyline entities. How to set the Associativity flag.
Thanks Tomas

Hi Thomas,

We don't have a direct function that allows transforming an input entity to an output hatch. However, we have another useful feature, such as DXFConv.GetBoundariesPolylines, or
protected TsgCADBoundaryData.GenerateListOfBoundaries, that can be called from TsgCADCurvePolygon.GenerateListOfBoundaries.

As for Associativity flag. We don't have such a feature.

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

Post Reply