Search found 2 matches

by Frank Costanza
Wed May 20, 2020 4:18 am
Forum: Bug Reports
Topic: IView_DG translation along z-axis does not work
Replies: 3
Views: 6452

Re: IView_DG translation along z-axis does not work

The birds eye window (context menu or v+b shortcut) is handy to see what is going on. It shows the view volume while you zoom or translate in the main windows
by Frank Costanza
Thu Jun 27, 2019 4:19 am
Forum: Bug Reports
Topic: IBRepBuilder_DG.CreateWire2()
Replies: 1
Views: 4821

IBRepBuilder_DG.CreateWire2()

Hello I am having an exception on the last line in this code: _modl = _kernCAD.GetModel() as IModel_DG; _iGener = _modl as IObjectGenerator_DG; _iBuilder = _iGener.Create("BRepBuilder_DG") as IBRepBuilder_DG; Point_DG p0 = new Point_DG() { x = new double[] { 0, 0, 0 } }; Point_DG p1 = new Point_DG()...