Search found 4 matches

by VJay
Fri Sep 23, 2022 12:13 am
Forum: General Issues
Topic: Splitting a 3d curve
Replies: 1
Views: 3163

Re: Splitting a 3d curve

Hello ICurve_DG.SetParameterRange() should work. Use ICurve_DG.GetLength() and ICurve_DG.GetParameterAtLength() to figure out what is the parameter in the middle. If you need to keep the original curve, clone it first as ICurve_DG iCurv; IObject_DG objCurv = iCurv as IObject_DG; ICurve_DG iCurvClone...
by VJay
Sun Jan 04, 2015 4:52 am
Forum: Bug Reports
Topic: Resizing children
Replies: 1
Views: 8952

Resizing children

Hi
If I use ITransform.ScaleLoc() on a parent object it is resized OK, but children are all messed up: resized wrong way and in wrong place
This must be a bug, right?
Thank You
VJay
by VJay
Tue Dec 23, 2014 12:37 am
Forum: Bug Reports
Topic: ITransform for a child object problem
Replies: 2
Views: 11322

ITransform for a child object problem

Hello again
I have a problem: I need to translate an object and its children. I use ITransform.TranslateLoc(). It seems to be working when the object is on the top in the model. But if it is a child of another object nothing happens
I use the latest v4.4
Thank You
by VJay
Mon Dec 22, 2014 10:30 pm
Forum: General Issues
Topic: Show local axes
Replies: 1
Views: 7592

Show local axes

Hello
How I can show local axes dynamically in KernelCAD? I would like to activate/deactivate them only for selected sections in model. the ShowGlobalAxes property seems to be doing it for all sections
Thanks in advance