Grasshopper

algorithmic modeling for Rhino

Hi guys,
Since there is very few examples of RhinoCommon SDK, I have to ask lots of silly questions. How to get the world z axis  or worldxy plane in RhinoCommon SDK? 
Cheers,
Daniel

Views: 735

Replies to This Discussion

Dim wxy As Plane = Plane.WorldXY
Dim zax As Vector3d = Vector3d.ZAxis


or you could initialize them by hand:

Dim zax As New Vector3d(0,0,1)

--
David Rutten
david@mcneel.com
Poprad, Slovakia
I get it. Thanks David.

RSS

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service