Search found 6 matches

by CG_
Tue Mar 28, 2017 4:18 am
Forum: VB .NET
Topic: Option Strict
Replies: 1
Views: 31607

Option Strict

Hello In the Morph example, a MeshTopol or MeshMods is equaled to an ISection (code below); this does not work when in "Option Strict On" which is the preferred way to go in order to speed up the application. Is there a way to bypass this ? Dim iKCSect As ISection = .... Dim iKCMeshTopol As IKCMeshT...
by CG_
Tue Mar 21, 2017 4:08 am
Forum: General Issues
Topic: Implementing scroll bars
Replies: 1
Views: 5909

Implementing scroll bars

Hi Another one: In the current implementation of my application, I can show horizontal and vertical scroll bars in ChildWindows such as to be able to pan the display Up/Down, - Left/Right in ref. to the screen coordinates, not in ref. to X Y Z in the general coordinate system. How is this achieved ?...
by CG_
Mon Mar 20, 2017 2:48 am
Forum: General Issues
Topic: Coordinate system for objects
Replies: 1
Views: 5843

Coordinate system for objects

Hi
Another question: Objects in my old software have their own coordinate systems, at specified locations and angles in the general coordinate system. How do I impose this when I create a model ?
Thank you
by CG_
Wed Mar 08, 2017 5:41 am
Forum: General Issues
Topic: Color
Replies: 1
Views: 5976

Color

Hello
I have another question related to http://www.dynoinsight.com/phpBB3/viewt ... f=2&t=3023

I want to be able to add color to my display. How do I do this ? I've checked the IDraw functions, but could not find how to implement it in here.
Thank you
by CG_
Tue Mar 07, 2017 6:35 am
Forum: General Issues
Topic: Missing parts of the surface
Replies: 4
Views: 10397

Re: Missing parts of the surface

Thank you, Nick
This crease angle is little unclear. Can you expand a bit?
Regards
by CG_
Fri Mar 03, 2017 12:45 am
Forum: General Issues
Topic: Missing parts of the surface
Replies: 4
Views: 10397

Missing parts of the surface

Hello I have started implementing KCadNet in my application (design of a cutting tools like face cutter for metal), based on the Morph example, and I have several questions. The first one: I create the section iKCSect as KernCadNet.EObjectType.eObjTypeMeshSection via the DIObjectGenerator. I do: iKC...