Search found 4 matches

by rocky35
Thu Apr 01, 2021 5:53 am
Forum: General Issues
Topic: Enable save as
Replies: 1
Views: 3865

Re: Enable save as

If you search for eMenuCommandSaveAs in samples you will find many examples. In C# it looks like:

Code: Select all

IView_DG v = myDgk.GetView();
IMenu_KC menu = v as IMenu_KC;
menu.Enable((int)EMenuCommand_KC.eMenuCommandSaveAs, true);
R
by rocky35
Mon Nov 04, 2013 6:25 am
Forum: General Issues
Topic: axes icon
Replies: 1
Views: 6717

Re: axes icon

Hi geluojjj I can think of three ways to draw set of axes, there can be more: 1. Create a dummy object: straight line from (0,0,0) to (L,L,L), make it invisible, but show the local frame. This will show axes of size L 2. If you do not need to show the xyz letters and use only color use IDraw and IDr...
by rocky35
Thu Sep 05, 2013 6:27 am
Forum: Bug Reports
Topic: Error: not a window
Replies: 2
Views: 9697

Re: Error: not a window

Thank you, Sarge!
by rocky35
Thu Sep 05, 2013 5:29 am
Forum: Bug Reports
Topic: Error: not a window
Replies: 2
Views: 9697

Error: not a window

Hello all I am new to kernel cad. I installed KernelCAD_Dev_4_2_3685.exe but when I try to debug my MFC application I see error --------------------------- Microsoft Visual C++ Debug Library --------------------------- Debug Assertion Failed! Program: c:\Projects\4_3\KC\Samples\VC\Cannon\x64\Debug\C...