Skip to main content

Spline Command

Spline Command:

Command: SPL
SPLINE

Specify first point: This will specify the first point or start point of your spline.

Specify next point: This will specify the next point of your spline. and will keep creating lines untill you press enter.

Undo: Removes the last created segment.

Close: Closes the first segment of spline with the last segment. This creates a smooth curve along the loop.

Method: Controls whether the spline is created with fit points or control vertices.

Fit: This creates a degree 3 (Cubic) B-spline by specifying fit points that the spline must pass through. When the tolerance value is greater than 0, the spline must be within specifed tolerance distance from each point.

Control Vertices (CV)

Creates a spline by specifying control vertices. Use this method to create splines of degree 1 (linear), degree 2 (quadratic), degree 3 (cubic), and so on up to degree 10. Adjusting the shape of a spline by moving control vertices often provides better results than moving fit points.

Object

Converts 2D or 3D quadratic or cubic spline-fit polylines to equivalent splines. The original polyline is retained or discarded depending on the setting of the DELOBJ system variable.

Prompts for Splines with Fit Points

The following prompts are specific to the fit point method.

Knots

Specifies the knot parameterization, one of several computational methods that determines how the component curves between successive fit points within a spline are blended. (SPLKNOTS system variable)


  • Chord. ( Chord-Length method) Spaces the knots connecting each component curve to be proportional to the distances between each associated pair of fit points. An example is the green curve in the illustration.
  • Square root. (Centripetal method) Spaces the knots connecting each component curve to be proportional to the square root of the distance between each associated pair of fit points. This method usually produces “gentler” curves.
  • Uniform. (Equidistant method). Spaces the knots of each component curve to be equal, regardless of the spacing of the fit points. This method often produces curves that overshoot the fit points.
Start Tangency

Specifies a tangent condition on the starting point of the spline.

End Tangency

Specifies a tangent condition on the ending point of the spline.

Tolerance

Specifies the distance by which the spline is allowed to deviate from the specified fit points. A tolerance value of 0 requires the resulting spline to pass directly through the fit points. The tolerance value applies to all fit points except the starting and ending fit points, which always have a tolerance of 0.

Prompts for Splines with Control Vertices

The following prompt is specific to the control vertices (CV) method. 

Degree

Sets the polynomial degree of the resulting spline. Use this option to create splines of degree 1 (linear), degree 2 (quadratic), degree 3 (cubic), and so on up to degree 10.


Comments

Popular posts from this blog

How to draw objects faster with perfect precision in AutoCAD | Object snap| polar tracking | Tracking method | Direct distance entry

 Hello Friends, This blog covers topic basesd on object snap tracking, polar tracking, direct distance entry, tracking method for drafting drawing without any any errors at faster speed.  OBJECT SNAP TRACKING: Object snap tracking (F11) works when object snap option (F3) is kept on. object snap tracks various points of object such as end point, mid point, intersection of two objects etc. they are also used to draw parallel lines and perpendicular lines with to respect to a given object.  You can get object snap and object snap tracking option under drafting settings for which you can press "DS" in command box. below diagram shows all the snap points which Autotrack uses. While tracking any objects a "+" sign is displayed on tracking point with a green extension line with a "x" mark. POLAR TRACKING: In autoCAD ortho mode makes it possible to track in vertical or horizontal direction with increment angle as 0, 90, 180, 270. how ever we can set out increme...

Co-ordinate systems

Hello Friends,             This is my first blog on AutoCAD tutorials. I won’t waste time on overview of AutoCAD and its uses which everyone knows. I will start directly with Co-ordinate systems of AutoCAD.             Co-ordinates systems are not of more use left in recent versions but still knowledge of co-ordinate systems is important as this keeps your mind sharp.  ABOUT CO-ORDINATE SYSTEM:     If you want to make any object in autocad you have two options.  1. you can directly click at any know point or  2. you can specify co ordinates of the point in command box. CARTESIAN AND POLAR CO-ORDINATE SYSTEM: Cartesian co ordinate system works only on linear distance. it have 3 axis X,Y,Z. when u specify any point with (+ or -) sign it prompts autocad to move along positive axis or negative axis at a specified distance. while working in 2D drafting, ...

How to Draw lines.

Command: L (Enter) Syntax for line command goes as follows with various co-ordinate system. if you have not seen previous video the pls click on below link. 1.  Absolute co-ordinate system. 2. Relative rectangular co-ordinate system. 3. Relative Polar co-ordinate system.                                                    ABS│ R.R  │ P.R Specify first point:                      5,5 │ Click│Click                                                       ABS│ R.R  │ P.R Sp...