Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • CurveNurbsDataDto

Index

Constructors

Properties

Constructors

constructor

  • new CurveNurbsDataDto(degree?: number, weights?: number[], knots?: number[], points?: Point3[]): CurveNurbsDataDto
  • Parameters

    • Optional degree: number
    • Optional weights: number[]
    • Optional knots: number[]
    • Optional points: Point3[]

    Returns CurveNurbsDataDto

Properties

degree

degree: number

Nurbs curve degree

knots

knots: number[]

Knots of the Nurbs curve

points

points: Point3[]

Control points of the nurbs curve

weights

weights: number[]

Weights that identify strength that attracts curve to control points

Generated using TypeDoc