Search found 7 matches

by Andy_r_723
Mon May 25, 2020 12:30 am
Forum: General Issues
Topic: Display a set of faces
Replies: 2
Views: 4455

Re: Display a set of faces

Thank you!
by Andy_r_723
Thu May 21, 2020 4:25 am
Forum: General Issues
Topic: Display a set of faces
Replies: 2
Views: 4455

Display a set of faces

Hi, I have a proprietary file format, which stores an object as a list of its faces. Every face is its own section in the file and contains the edges displayed by the coordinates of its points which will construct the faces. I managed to extract all the vertices from the file, create the edges, wire...
by Andy_r_723
Tue Aug 06, 2019 8:57 am
Forum: Bug Reports
Topic: Problem compiling C# Surface
Replies: 1
Views: 6306

Problem compiling C# Surface

Hello DInsight gents
Just wanted to let you know C# Surface example does not compile in the current update. There are some files missing
Regards
by Andy_r_723
Tue Oct 15, 2013 8:34 am
Forum: General Issues
Topic: 3d house
Replies: 1
Views: 6111

Re: 3d house

If you need 3d and GUI with forms and controls, you are in the right place
You can model everything (practically), but you need to keep the scope of your design under control. For example if you start modelling internal structure like trusses and staff it can quickly turn into a biiig project
Cheers
by Andy_r_723
Sun Jul 28, 2013 8:26 am
Forum: General Issues
Topic: Selection
Replies: 4
Views: 13534

Re: Selection

Hi Peter For verticies and simplexes you can do it using Advanced > Edit > Select in the right-click menu. There is a notification. Do not remember right now see the help. I could not find how to do it for objects either. I managed to get it working by maintaining a list in my app and using multiple...
by Andy_r_723
Sun Jul 28, 2013 8:20 am
Forum: General Issues
Topic: Zoom and rotate from the program
Replies: 2
Views: 11764

Re: Zoom and rotate from the program

Thanks! It helps
Andy
by Andy_r_723
Fri Jul 26, 2013 9:46 am
Forum: General Issues
Topic: Zoom and rotate from the program
Replies: 2
Views: 11764

Zoom and rotate from the program

Hello I am wondering if I can programmatically perform the zoom and local axis rotation that can be performed with the left mouse button drag and right mouse button drag on a model. It is not entirely clear to me through the documentation whether I have the functionality. I also didn't see where I c...