Hi guys,
i am trying to write a vb script component to offset a mesh.
i know there is a method called Rhutil.RhinoMeshOffset but i am having a hard time applying it.
Any help?
Many thanks
arthur
It pretty simple actually. Create a vb.net component with this line of code: a = rhutil.RhinoMeshOffset(x, y)
Add a slider to the x input and the mesh you want to offset to the y input.
Change the slider's domain so it includes positive and negative values. This way you can offset inwards and outwards.