Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I'm trying to create section by Api, and get the Max and Min point of sectionBox. When I modified the code from the post from Jeremy: https://thebuildingcoder.typepad.com/blog/2012/06/create-section-view-parallel-to-wall.html
XYZ min = new XYZ(-w, minZ - offset, -offset);
XYZ max = new XYZ(w/2, maxZ + offset+10, offset*2);
The created views as below, the coordinate system looks like a right handed coordinate.
But from the API(Version 2018.2), it says: “The view direction of the resulting section will be sectionBox.Transform.BasisZ and the up direction will be sectionBox.Transform.BasisY. The right hand direction will be computed so that (right, up, view direction) form a left handed coordinate system.”
Or what questions did I miss ?
Solved! Go to Solution.