Search found 4 matches

by Jeff Swart
Wed Sep 13, 2017 5:59 am
Forum: General Issues
Topic: SOR blues
Replies: 1
Views: 5962

SOR blues

Hello again, This follows my previous thread http://www.dynoinsight.com/phpBB3/viewtopic.php?f=2&t=3052 In my objects Color is off as you will see. Also, on the gear hub, instead of sharp corners, I have rounded corners. See the circled area in the wireframe below: it is sharp image0.png When the li...
by Jeff Swart
Tue Sep 05, 2017 10:04 am
Forum: General Issues
Topic: Color of SOR
Replies: 1
Views: 5648

Color of SOR

Good day, This is related to my previous post. Thanks for the SOR code, which I implemented. Works nicely, except for 2 points. Color: Seems the color of the Hub does not match that of the tooth. Any suggestion ? (code appears below). Coordinates of the ElSet. From you example, the coordinates are b...
by Jeff Swart
Fri Sep 01, 2017 4:23 am
Forum: General Issues
Topic: Creating SOR on the run
Replies: 3
Views: 8051

Re: Creating SOR on the run

Good day Nick, I have been working on the different functions to create a linestrip that defines the contour of an SOR. I now need to know how to use this in order to create a volume about an axis. Here is the function creating the LineStrip. Function CreateLineStrip(ByRef NPts As Int32, _ ByRef IsC...
by Jeff Swart
Tue Aug 29, 2017 6:47 am
Forum: General Issues
Topic: Creating SOR on the run
Replies: 3
Views: 8051

Creating SOR on the run

Hello I am using kernelcad with VB.NET in visual studio 2010 I would like to make SOR Hubs for gear models from scratch, i.e. I suppose I need to provide a series of line segments - or a line strip - to use DIObjGenerator or ISORSectionGenerator. For me there is a great advantage in using this as hu...