Class CadBoundaryPathSpline

CadBoundaryPathSpline class

The Cad boundary path spline.

public class CadBoundaryPathSpline : ICadBoundaryPathEntity

Constructors

NameDescription
CadBoundaryPathSpline()The default constructor.

Properties

NameDescription
ControlPoints { get; set; }Gets or sets the control points.
ControlPointsNumber { get; set; }Gets or sets the control points number.
Degree { get; set; }Gets or sets the degree.
EndTangent { get; set; }Gets or sets the end tangent.
FitPoints { get; set; }Gets or sets the fit points.
FitPointsNumber { get; set; }Gets or sets the fit points number.
KnotsNumber { get; set; }Gets or sets the knots number.
KnotValues { get; set; }Gets or sets the knot values.
Periodirc { get; set; }Gets or sets the periodic
Rational { get; set; }Gets or sets the rational
StartTangent { get; set; }Gets or sets the start tangent.
WeightParams { get; set; }Gets or sets the weight parameter

Methods

NameDescription
ToCadBaseEntity()Converet a boundary path entity to cad base entity.

See Also