i'd like to know how to place a point in Grasshopper to the 3D center, (meaning: x,y,z = 0) of my Rhino 3D scene to work with in Grasshopper as the origin point/object for arays, etc. ?
Being that you svreenshot shows an x for a point, this is prob not your issue. The point xyz component should just by default give you a pt at 0,0,0 in the default xy cplane. If you change the cplane in rhino, the pointXYZ component will still default to the original worldxyplane origin.
Permalink Reply by Timo on August 29, 2009 at 2:41pm
oh ok,
but still,
although all Input values are 0.0, the GH-point sits somewhere undefinable in space:
hmmm. i wrote two messages and both got erased. Grasshopper works in world coordinates. As i was saying, grasshopper's main developer once said that cplanes are for suckers (that's what i understood) so you'd have to make your own transformation. work in world coordinates and use the 'orient' component at the end, for example.Also, check the website 'chat'.
Permalink Reply by Timo on August 29, 2009 at 2:55pm
hmm,
well this makes me realize that i actually don't know how to move a point/object in Rhino to the World center,
cause i can't move anything to the same position as the GH-point which has 0,0,0 :(.