Class StepBSplineCurveWithKnots

StepBSplineCurveWithKnots class

BSplineCurveWithKnots class for STP file.

public class StepBSplineCurveWithKnots : StepBSplineCurve

Constructors

NameDescription
StepBSplineCurveWithKnots(string, IEnumerable<StepCartesianPoint>)
StepBSplineCurveWithKnots(string, params StepCartesianPoint[])

Properties

NameDescription
ClosedCurve { get; set; }
ControlPointsList { get; }
CurveForm { get; set; }
Degree { get; set; }
Id { get; set; }
override ItemType { get; }
KnotMultiplicities { get; }
Knots { get; }
KnotSpec { get; set; }
Name { get; set; }
SelfIntersect { get; set; }

See Also