Search found 26 matches

by Claude
Tue Jul 11, 2017 4:49 am
Forum: General Issues
Topic: "save As" menu entry
Replies: 4
Views: 9795

Re: "save As" menu entry

Good day Nick, Thanks for the link to IMenu_KC.Enable(). I did implement it, and I expected to have more choices than the Glm model as your info for the Enterprise build, what I purchased, indicates also IGES and STEP inputs and outputs. See below from your website. Features include: ◦Fast DirectX-b...
by Claude
Mon Jul 03, 2017 4:49 am
Forum: General Issues
Topic: "save As" menu entry
Replies: 4
Views: 9795

"save As" menu entry

Hello
Question: when clicking with the right mouse button, a "save As" menu entry is displayed, but disabled. Is this normal ?
Regards, Claude
by Claude
Mon May 22, 2017 4:36 am
Forum: General Issues
Topic: Accessing sections
Replies: 1
Views: 5061

Accessing sections

Good day 1) how do I add a new Section ? Simply with the KCadCreateSection(KernCadNet.EObjectType.eObjTypeMeshSection) ? 2) then, when I want to give color to each section, say 1 color for the first object, 1 color for the second, how do I access each section ? Seems neither IModel nor IModel2 offer...
by Claude
Fri May 12, 2017 5:07 am
Forum: General Issues
Topic: Right Click menu
Replies: 1
Views: 4804

Right Click menu

Good day I just noticed that a Right Click on the KCad control offers a menu. 1) Is it possible to defeat this feature ? 2) Is it possible to access some of the features programmatically ? For example, in my app, there are already some motions and keyboard sequences I would like to maintain. I there...
by Claude
Tue Apr 11, 2017 6:34 am
Forum: General Issues
Topic: Removing objects
Replies: 1
Views: 5069

Removing objects

Hello Whenever I modify the machine settings of the pinion or gear tooth, I must recreate the model (section or else). Problem is that I have not found a way to Clear the Model, or a section in the Model, such as to replace it. I therefore end up adding sections on top of one another, cluttering the...
by Claude
Wed Apr 05, 2017 2:07 am
Forum: General Issues
Topic: Circular pattern
Replies: 1
Views: 5228

Circular pattern

Hello More questions ;-)) 1) Is it possible to make a circular pattern of a section ? For example, I create 1 gear tooth, and then replicate it n times about the axis of rotation ? Right now, I create all the required teeth one by one and add them to the model - not very efficient. Using a circular ...
by Claude
Wed Mar 22, 2017 1:58 am
Forum: Bug Reports
Topic: Ref. frame disappears
Replies: 1
Views: 6688

Ref. frame disappears

Hello I have made a ShowSmallRefFrame() method to display the small ref. frame at the bottom left of the screen. Here is what I get initially. So it does show up when ShowSmallRefFrame() is called. This is called immediately after creating the ChildWindow and associated AxKCad control. image00.png H...
by Claude
Wed Feb 01, 2017 2:36 am
Forum: General Issues
Topic: Demo vs paid binaries
Replies: 1
Views: 5039

Demo vs paid binaries

Good day, Thank you for the info on msm. Now, does that mean that the binaries installed on my computer will go on working forever (these binaries are the "demo" version if I am correct) ? Seems odd to me that I get such a "free" licence to develop ;-)) And how am I sure that the msm files distribut...
by Claude
Sun Jan 29, 2017 10:19 pm
Forum: General Issues
Topic: Using .msm
Replies: 2
Views: 6451

Re: Using .msm

Thank you, Nick
by Claude
Thu Jan 26, 2017 6:15 am
Forum: General Issues
Topic: Using .msm
Replies: 2
Views: 6451

Using .msm

Hi
Silly question (1st time): how do I install MSM files ?
Thanks