How to set egds of an enities in-visible?
-
i want to set edgs of a face invisible?
is there any attributes in face to set it?
thank u -
sure, you can set all drawingelements to hidden or visible with
visible=
So try this:
my_face.edges.each { |e| e.visible=false }
That should do it.
Chris
-
http://code.google.com/intl/nb/apis/sketchup/docs/ourdoc/drawingelement.html
entity.hidden=
or
entity.visible=
(aah! beaten by Lightning Chris!)
-
@thomthom said:
http://code.google.com/intl/nb/apis/sketchup/docs/ourdoc/drawingelement.html
entity.hidden=
or
entity.visible=
(aah! beaten by Lightning Chris!)
thank u
another problem
how to get the intersect line of to entities, i want to hide the intersect line -
I can think of a few ways to interperet that question. Do you have a quick image that shows exactly what you mean? Do you mean the line is autogenerated when you planar faces overlap? Or is this after an intersect?
Chris
-
?
my_face.eyes.close
(sorry )
-
I like that one Jim.
Advertisement