Message 1 of 7
Rebar Placement along Normal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all,
I am trying to Place rebars for a wall which is slightly inclined along X-axis as shown in attached Image.
While doing so Rebars are getting placed along normal (1, 0, 0) properly.
But if we pass Normal (0.9997, 0, -0.0250) which is actually along inclination of Wall, then Rebars are not getting placed.
Code used for placing:
Rebar walldistBar = Rebar.CreateFromCurves(doc, RebarStyle.Standard, barType, null, null, selectionWall, new XYZ(1,0,0), distBarCurve, RebarHookOrientation.Right, RebarHookOrientation.Left, true, true);
Here Curve is a Vertical Line as shown in attached Image in Blue Color.
Any help would be appreciated
Thanks,
Akshay Shinde.