Search found 55 matches

by gerard12
Sat Jan 02, 2016 3:55 am
Forum: Bug Reports
Topic: Do not see Kernel CAD in Toolbox
Replies: 2
Views: 9260

Re: Do not see Kernel CAD in Toolbox

Hi Paul
Try the search box in the toolbox. VS must have placed it into a different group
Cheers
by gerard12
Thu Oct 22, 2015 5:32 am
Forum: Bug Reports
Topic: Issue with Arc Curve Spline
Replies: 2
Views: 9859

Re: Issue with Arc Curve Spline

Hi John
It can be that you are trying to set too high curvature. Curvature is 1/radius, as you know. So normally you set all curvatures to zero, set the points as required and then set the needed curvatures making sure it is not higher than 2/(distance between the ends)
Gerard
by gerard12
Tue Sep 08, 2015 6:03 am
Forum: General Issues
Topic: Installing multiple versions side by side
Replies: 3
Views: 10743

Update on Update Component Registration

Recent Windows updates seem to have changed behaviour of the "Update Component Registration" command in start menu. Yow have to make sure now that the command is executed with administrator privileges. Try right-clicking on the command instead. If you do not see "Run As Administrator" select Propert...
by gerard12
Wed Jul 29, 2015 7:46 am
Forum: General Issues
Topic: Installing multiple versions side by side
Replies: 3
Views: 10743

Re: Installing multiple versions side by side

Hi Jason You can have multiple versions of KernelCAD installed. Only one is considered active on the computer. To activate a version just execute Start Menu > KernelCAD 4.4 (the KC version) > “Update Component Registration” Active means which version of control is entered in the registry. We need to...
by gerard12
Fri Apr 10, 2015 3:17 am
Forum: General Issues
Topic: Boolean Operations on non - solids
Replies: 0
Views: 10465

Boolean Operations on non - solids

Hi all I decided to post this as it is not covered well in the documentation Objects in a Boolean operation do not have to be solids. They can be some open surface with edges. This often is the case when the surface is a mesh coming form a 3D scanner. See the pictures. The subtract in the case is a ...
by gerard12
Wed Feb 11, 2015 7:00 am
Forum: Bug Reports
Topic: Changing normals in a mesh
Replies: 1
Views: 8242

Re: Changing normals in a mesh

Hi Mark
We have fixed this in todays 4.4.3905. There was a bug in GUI of the sample
Thanks for reporting
Gerard
by gerard12
Mon Jan 05, 2015 5:33 am
Forum: Bug Reports
Topic: Resizing children
Replies: 1
Views: 8904

Re: sizing children

VJay,
This was fixed in today's v4.4.3986
Thanks for reporting
Gerard
by gerard12
Wed Dec 24, 2014 12:31 am
Forum: Bug Reports
Topic: ITransform for a child object problem
Replies: 2
Views: 11247

Re: ITransorm for a child object problem

Note that ITransform.TranslateLoc and other ITransform methods always work for MeshSection kind of objects, but for other types of objects (like 3DS and SOR) it is not always possible. This is because Surface Of Revolution, for example, is defined as a rotation of a curve around z axis. So it must b...
by gerard12
Tue Dec 23, 2014 11:59 pm
Forum: Bug Reports
Topic: ITransform for a child object problem
Replies: 2
Views: 11247

Re: ITransform for a child object problem

Hi VJay
We have fixed this in todays 4.4.3892 and 4.3.3894 updates http://www.dynoinsight.com/ProDown.htm
Thanks for reporting
by gerard12
Tue Dec 23, 2014 12:07 am
Forum: General Issues
Topic: Show local axes
Replies: 1
Views: 7548

Re: Show local axes

Hi VJay
Welcome to DInsight

ISection2 has SetFrameVisible() and GetFrameVisibleFlag(): http://www.dynoinsight.com/Help/ISection2.aspx
Search for "SetFrameVisible" in samples for your language. There are many examples

Cheers
Gearard