Page 1 of 1

Value PolyPoints

Posted: 16 Apr 2020, 11:42
by ditel
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

Re: Value PolyPoints

Posted: 16 Apr 2020, 17:50
by support
Hello,

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

Mikhail

Re: Value PolyPoints

Posted: 05 May 2020, 18:01
by ditel
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

Re: Value PolyPoints

Posted: 05 May 2020, 20:55
by support
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

Re: Value PolyPoints

Posted: 06 May 2020, 10:37
by ditel
Thanks Mikhail