bitbybit.dev v1.0.0-rc.1
    Preparing search index...

    Class CurveNurbsDataDto

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionaldegree: number
      • Optionalweights: number[]
      • Optionalknots: number[]
      • Optionalpoints: Point3[]

      Returns CurveNurbsDataDto

    Properties

    degree: number

    Nurbs curve degree

    weights: number[]

    Weights that identify strength that attracts curve to control points

    knots: number[]

    Knots of the Nurbs curve

    points: Point3[]

    Control points of the nurbs curve