|
static DbEntity^ | CreateBox (GeVec3d pPoint1, GeVec3d pPoint2, Block^ pOwner) |
| Create a new axis aligned box with given corner points. More...
|
|
static DbEntity^ | CreateSphere (GeVec3d pCenter, double pRadius, Block^ pOwner) |
| Create a new sphere with center and radius. More...
|
|
static DbEntity^ | CreateCone (GeVec3d pBottom, double pBottomRadius, GeVec3d pTop, double pTopRadius, Block^ pOwner) |
| Create a new cone out of two points and two radii. More...
|
|
static DbEntity^ | Extrude (IEnumerable< DbCurve^ >^pEntities, GeVec3d pVector, Block^ pOwner) |
| Extrudes a number of curves along given vector. More...
|
|
Collection of functions to do boolean operations on entities.