Generate edge from face or hidden geometry
-
Hi everybody,
I was wondering how to generate edge from faces or hidden geometry. Actually, I made a followme from a circle with 12 edges on a curve, but it doesn't generate the edges (surface is plain).
So is it possible? I tried to generate edges with the plugin join and push tool, without a real success.
Best regards,
-
@mazh045 said:
Hi everybody,
I was wondering how to generate edge from faces or hidden geometry. Actually, I made a followme from a circle with 12 edges on a curve, but it doesn't generate the edges (surface is plain).
So is it possible? I tried to generate edges with the plugin join and push tool, without a real success.
Best regards,
Followme automatically softens the edges to produce a surface. If you want the edges to show, choose View>Show Hidden Geometry. Select the hidden edges you want to convert to normal edges. Open the Ruby console window and paste the following one-liner. Press Enter to execute.
Sketchup.active_model.selection.grep(Sketchup;;Edge).each{|e|e.soft=e.smooth=e.hidden=false} -
It might be that turning on Profiles in your style's edge settings would take care of the issue.
With profiles turned off, you can wind up with this sort of thing.

But with Profiles turned on (and set to 1) curved surfaces will look like this.

Using hidden Line for the face style makes this appear a bit more dramatic than it will in other face styles but the same thing happens with those other face styles.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better đź’—
Register LoginAdvertisement