Search found 397 matches

by nickz
Tue Dec 10, 2013 3:17 pm
Forum: Bug Reports
Topic: Problem with .NET 4
Replies: 3
Views: 8908

Re: Updating Explorer

UpdatePageEx() updates the tree and the controls on the page. You call it from inside the explorer of course OnEvent() method is called by the KC component when structure of the model has changed (objects added or deleted or child/parent structure changed). This is the only event which causes explor...
by nickz
Tue Dec 10, 2013 2:10 am
Forum: General Issues
Topic: Transparency
Replies: 3
Views: 11601

Re: Transparency

Update Dec 10, 2013
We are going to review this functionality in v5.0 planned for the next May (2014). There is a way to do dynamic rearrangement of the objects in v4.* too. Contact us if it is urgent
Nick
by nickz
Tue Dec 10, 2013 2:05 am
Forum: Bug Reports
Topic: Transparent Objects
Replies: 5
Views: 12120

Re: Transparent Objects

We have not touched this functionality for >= three years. Your code looks OK What is the problem? Transparency is somewhat tricky: http://www.dynoinsight.com/phpBB3/viewtopic.php?f=2&t=11&p=27&hilit=transparency#p27 Basically you need to make sure that the user looks at the model only from certain ...
by nickz
Mon Dec 09, 2013 11:25 pm
Forum: Bug Reports
Topic: Unite meshes
Replies: 3
Views: 9559

Re: Unite meshes

by nickz
Mon Dec 09, 2013 11:23 pm
Forum: Bug Reports
Topic: Exceptions
Replies: 1
Views: 6186

Exceptions

General observation about exceptions: Geometry is such a vast field that exceptions are inevitable. They are inevitable in any software actually. We are trying to give some response and error report whenever it is possible, but generally we consider KC as “open” software in the sense that not cases ...
by nickz
Mon Dec 09, 2013 11:02 pm
Forum: Bug Reports
Topic: Unite meshes
Replies: 3
Views: 9559

Re: Unite meshes

Most likely there is a problem with the mesh. Boolean operations are tricky because they need to calculate intersection of the two meshes and there are lots what can go wrong. Send us the models If you are sure. I suspect though that you just need to merge two meshes. It is different. It is simply a...
by nickz
Mon Dec 09, 2013 1:41 am
Forum: General Issues
Topic: Extract or isolate part of a surface
Replies: 4
Views: 10604

Re: Extract or isolate part of a surface

I just have posted http://www.dynoinsight.com/phpBB3/viewt ... f=2&t=2876 related to that.
We will also try to find time to expose specific extraction functionality in the next few days. So if it is not urgent, pls check this thread in a couple of days
Nick
by nickz
Mon Dec 09, 2013 1:37 am
Forum: General Issues
Topic: AutoCAD support
Replies: 0
Views: 8847

AutoCAD support

Hello everyone! Unfortunately due to licensing requirements by the Open Design Alliance starting from the update v4.3.3744 AutoCAD data exchange components will be redistributed only on demand after purchasing of a license. Cost of the AutoCAD components license is not included in the annual subscri...
by nickz
Sun Dec 08, 2013 2:07 am
Forum: Bug Reports
Topic: Problems with control
Replies: 3
Views: 8797

Re: Problems with control

Hi atrev
I have moved this to a new thread as it is another topic.
http://www.dynoinsight.com/phpBB3/viewt ... f=3&t=2877
Pls see my answer there
Nick
by nickz
Sun Dec 08, 2013 2:05 am
Forum: Bug Reports
Topic: Problem with .NET 4
Replies: 3
Views: 8908

Re: Problem with .NET 4

Hi atrev There is no Model Viewer in the context menu. There are the Full Screen option, which seems to be working, and the Model Explorer. Model Explorer is implemented as .NET2.0 plugin. Assuming that you are using 32 bit KC, you need to recompile it for .NET4. See more in the end of http://www.dy...