Search found 2 matches

by Sergey_Z
21 Mar 2013, 18:44
Forum: CAD VCL
Topic: Get X-Y points of spline
Replies: 2
Views: 15389

Re: Get X-Y points of spline

Ok, I founded it it was DottedSingPts,
but I still cann't understand, how can I do it by myself without DottedSingPts.
Is there any formula to get/build points on spline?
by Sergey_Z
21 Mar 2013, 17:47
Forum: CAD VCL
Topic: Get X-Y points of spline
Replies: 2
Views: 15389

Get X-Y points of spline

Hi, I trying to load a spline and read some points on it's surface. I set NumberOfPartsInSpline to 1000 vImg = dynamic_cast<TsgDXFImage *>(Image1->Picture->Graphic); vImg->Converter->NumberOfPartsInSpline=1000; After this you call ReadCADEntities in your example and it calls ImportSpline(). void __f...