Value PolyPoints

Discuss and ask questions about CAD .NET library.

Moderators: SDS, support, admin

Post Reply
ditel
Posts: 31
Joined: 06 Feb 2020, 12:21

Value PolyPoints

Post by ditel » 16 Apr 2020, 11:42

Good morning

In the structures that define the different types of entities when referring to a circle, arc, ellipse, polyline, the number of points that define it in the structure is always 48 points regardless of the size of the arc ellipse circle, etc.
For ellipse arcs and small circles it is fine but when we have them of bigger size they come out segmented. Is there any way to increase this value, for example for a circle or arc with 200 or 300 points? Is this possible to do?

Thanks

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

Re: Value PolyPoints

Post by support » 16 Apr 2020, 17:50

Hello,

It is possible to increase the number of segments used to draw a circle/ellipse/arc through a CADConverter.NumberOfPartsInCircle property.

Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

ditel
Posts: 31
Joined: 06 Feb 2020, 12:21

Re: Value PolyPoints

Post by ditel » 05 May 2020, 18:01

Thanks Mikhail

it is posible apyly NumberOfPartsInCircle property individually by entity that is, if we have a small circle, leave it with few points and if we have another circle of greater dimensions in the same design, give that entity a higher value of points. It is posible?

Thanks

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

Re: Value PolyPoints

Post by support » 05 May 2020, 20:55

ditel wrote:
05 May 2020, 18:01
it is posible apyly NumberOfPartsInCircle property individually by entity that is, if we have a small circle, leave it with few points and if we have another circle of greater dimensions in the same design, give that entity a higher value of points. It is posible?
The NumberOfPartsInCircle property affects all the circles in the drawing, there is no such property for a particular entity.

Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support

ditel
Posts: 31
Joined: 06 Feb 2020, 12:21

Re: Value PolyPoints

Post by ditel » 06 May 2020, 10:37

Thanks Mikhail

Post Reply