Search found 5 matches

by Sergei_O
Thu Oct 27, 2022 1:08 am
Forum: General Issues
Topic: Exception face from wire
Replies: 1
Views: 3027

Re: Exception face from wire

Hello You do not mention any surface. You probably mean a planar face? I suggest checking that it is the case up to 1e-10 tolerance. You could do this by constructing a line ILine_DG for each two consecutive edges and using ILine_DG.GetLineIntersection(). If the method returns false, two edges do no...
by Sergei_O
Tue Jul 21, 2020 5:56 am
Forum: General Issues
Topic: Modifying 2d curve by points
Replies: 6
Views: 7597

Re: Modifying 2d curve by points

Hi Matias
Have you tried IBSplineCurve2d_DG.aspx.ModifyPoint() ?
by Sergei_O
Tue Aug 06, 2013 5:01 am
Forum: Bug Reports
Topic: Iges to glm issue
Replies: 1
Views: 7381

Iges to glm issue

Hello I have loaded succesfully an .iges file into kernelcad and made correction to orientation of the object. After that I save it as glm and send it to my customer to look at it with model viewer. He reports having "lever23.gl contained an unexpected object" error. I can view the model OK on my ma...
by Sergei_O
Tue Aug 06, 2013 3:40 am
Forum: Bug Reports
Topic: A Boolean Operation error
Replies: 1
Views: 7039

A Boolean Operation error

Hello I have error using IBoolSection.Subtract(). I converted a step model to glm and try to cut off some part by subtracting a cone. I get an exception "engine execution exception". I am using C#. It also happens in the BoolOp installed example. I Open th econverted file, go to Advanced, model expl...
by Sergei_O
Sun Jul 28, 2013 12:37 pm
Forum: General Issues
Topic: Adding objects from another file
Replies: 1
Views: 8983

Adding objects from another file

Hello
Is there a way to add objects from another glm (or better another .dwg file) on the disk to the scene currently displayed?
Thanks in advance
Sergei