Picture Frame Isocurves, turning them off

I would like to turn off isocurves for a picture frame. Is there a rhinocommon function to do this? If not, is there a command prompt command I can script?

Thanks,
Sam

A PictureFrame is just a surface with a texture. So this sample should apply.

That allows me to change the density of isocurves, but I need to make them invisible (I did try 0 density). Any thoughts?

Thanks,
Sam

When a surface object is displayed in wireframe, Attributes.WireDensity controls how many isoparametric wires are used. Value number of isoparametric wires: -1 boundary wires (off), 0 boundary and knot wires, 1 boundary and knot wires and, if there are no interior knots, a single interior wire. N>=2 boundary and knot wires and (N+1) interior wires.

Got it! Thanks!

Sam

Hi,

is it also possible to specify where the isocurves should be visualized, without perfoming knot insertion?

Thanks,
Michael

No, not without custom drawing the object using a display conduit.

ok, thanks