number of segment is too large for given radius

1

What can I do for this error?

Number of segments is too large for the given angle and radius.

I decreased this segment value by ctrl - after that I can't revolute the arc portion.

After that I can see the arc segments are not united, they are all separated automatically.

enter image description here

parth prajapati

Posted 2018-01-23T12:02:51.743

Reputation: 11

Answers

0

Number of segments is too large for the given angle and radius.

This happens when the arc is very small and the segments would need to be too small to draw. Solution is to either lower the number of segments (type the number of segments you want before drawing the arc), or scaling the model up, drawing the arc, then returning the model to it’s original scale.

And

I would recommend scaling your entire model up by 100, draw your arc(s), then scale your model by 0.01 to return it to it’s original scale.

Source Number of segments is too large for given angle and radius - Technical Problems / SketchUp - SketchUp Community

DavidPostill

Posted 2018-01-23T12:02:51.743

Reputation: 118 938