Class StepBsplineSurface

StepBsplineSurface class

BsplineSurface class for STP file.

public class StepBsplineSurface : StepSurface

Constructors

NameDescription
StepBsplineSurface()The default constructor.
StepBsplineSurface(string, IEnumerable<StepCartesianPoint>)

Properties

NameDescription
BsplineSurface { get; }
ControlPointsList { get; set; }
Id { get; set; }
override ItemType { get; }
KnotSpec { get; set; }
Name { get; set; }
Udegree { get; set; }
Vdegree { get; set; }

See Also