Search found 6 matches

by Daniel Laajava
Wed Dec 16, 2020 5:47 am
Forum: General Issues
Topic: Straight line as ICurve_DG
Replies: 1
Views: 4859

Re: Straight line as ICurve_DG

Try this: IModel_DG iModel; IObjectGenerator_DG gtr = iModel as IObjectGenerator_DG; ILine_DG line = gtr.Create("Line_DG") as ILine_DG; // Define the line like LineDg lineDg = new LineDg(1, 0, 0, 0, 0, 1); //Position and direction. See C# examples for LineDg. line.Init2(lineDg); // Query the curve I...
by Daniel Laajava
Mon Oct 19, 2020 3:26 am
Forum: Bug Reports
Topic: Whole mesh selected in repeating face selection
Replies: 1
Views: 4700

Whole mesh selected in repeating face selection

Hello
It got to be a bug: If I select some faces with controls right-click menu and going to Advanced, edit, select, faces and then try repeating this operation for few other faces I get the whole mesh selected. New faces with a slightly different color.
Regards
by Daniel Laajava
Tue Sep 29, 2020 12:41 am
Forum: Bug Reports
Topic: Can't connect to the account
Replies: 2
Views: 5485

Can't connect to the account

Hi I have installed 64 bit v6.1 on another computer. It should be ok, right? When I went to Start / Subscription to connect to my account it worked ok. I was sent to the website and entered my old login. it seems to be OK, little unsure why I needed to re-register. After that I went back and re-star...
by Daniel Laajava
Fri Aug 07, 2020 3:13 am
Forum: General Issues
Topic: Order of edges in IBRepWire_DG
Replies: 1
Views: 3411

Order of edges in IBRepWire_DG

Hello
Is it guaranteed that edges returned IBRepWire_DG.GetEdge(int index) are in sequential geometric order? If so, is it CCW?
Thks
by Daniel Laajava
Mon Jun 22, 2020 5:59 am
Forum: General Issues
Topic: Surface-plane section
Replies: 2
Views: 4581

Re: Surface-plane section

Nice, Fausto
ty
by Daniel Laajava
Thu Jun 18, 2020 3:54 am
Forum: General Issues
Topic: Surface-plane section
Replies: 2
Views: 4581

Surface-plane section

Hello everyone
I am starting with this software. I am using Visual Basic with Visual Studio 2019.
What is the correct way to obtain intersection curve of a bspline surface and a plane?
Thank you in advance
Daniel