Create floors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Does anyone know where is problem? Is there important ordering of the points? how to check is it closed curve?
or there is other problem?
XYZ profile00 = new XYZ(bod.X + 400 * a1, bod.Y + 400 * b1, 0);
XYZ profile01 = new XYZ(bod.X + 400 * (-a1), bod.Y + 400 * (-b1), 0);
other point.....
slabCurves.Append(Line.CreateBound(profile00, profile01));
slabCurves.Append(Line.CreateBound(profile01, profile11));
slabCurves.Append(Line.CreateBound(profile11, profile10));
slabCurves.Append(Line.CreateBound(profile10, profile00));