Spline
Moderators: SDS, support, admin
Re: Spline
Hello,
Did you create the splines programmatically or load them from a DXF/DWG file created in AutoCAD? If you have this problem with splines created programmatically, please, post a corresponding code snippet here.
Mikhail
Did you create the splines programmatically or load them from a DXF/DWG file created in AutoCAD? If you have this problem with splines created programmatically, please, post a corresponding code snippet here.
Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: Spline
Source DXF file is created in AutoCAD. When I load it in CAD VCL, everything is ok, FitPoints are present. But when i resave it in CAD VCL and open again then described issue occurs (FitPoints are gone).
The same happens if i create spline programmatically (with FitPoints). After save they disappear.
The same happens if i create spline programmatically (with FitPoints). After save they disappear.
Re: Spline
Hello,
Fit points are saved to a DXF file only when TsgDXFSpline.FitCount > TsgDXFSpline.ControlsCount i.e. a quantity of fit points is greater than a quantity of control points.
Mikhail
Fit points are saved to a DXF file only when TsgDXFSpline.FitCount > TsgDXFSpline.ControlsCount i.e. a quantity of fit points is greater than a quantity of control points.
Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support
Re: Spline
Isn't it loss of information? When i want to select spline and draw FitPoints for its better managing using mouse then i have no way how to do it.
Re: Spline
Hello,
Fit points should be saved to DWG file format by CAD VCL, while DXF format stores only the control points. Earlier AutoCAD versions work the same way, the latest versions (AutoCAD 2010, for example) save both fit and control points to DXF format.
Mikhail
Fit points should be saved to DWG file format by CAD VCL, while DXF format stores only the control points. Earlier AutoCAD versions work the same way, the latest versions (AutoCAD 2010, for example) save both fit and control points to DXF format.
Mikhail
Technical Support E-mail: support@cadsofttools.com
Chat support on Skype: cadsofttools.support
Chat support on Skype: cadsofttools.support