Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Viewing all articles
Browse latest Browse all 7260

RE: [CE C#/.NET] Example : Create a Solid Slab

$
0
0
DgnBox does not only create slabs, but also something that resembles a Trapezoidal Prism.
You need to specify the start point and vector for both the top and bottoms. http://imgur.com/EyyQrnq


To do a slab in your example, you must first fix your X and Y vectors
DVector3d vectorX = new DVector3d(1, 0, 0);
DVector3d vectorY = new DVector3d(0, 1, 0);

then it should work

Viewing all articles
Browse latest Browse all 7260

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>