Class NurbsSurfacePointList

Constructors

Properties

count: number
countU: number

Gets the number of control points in the U direction of this surface.

countV: number

Gets the number of control points in the V direction of this surface.

Methods

  • Parameters

    • u: number

      Index of control point in the surface U direction.

    • v: number

      Index of control point in the surface V direction.

    Returns number[]

    [boolean, number[]] (boolean) true on success, false on failure. (number[]) Coordinate of control point.

    Description

    Gets a world 3-D, or Euclidean, control point at the given (u, v) index. The 4-D representation is (x, y, z, 1.0).

  • Parameters

    • uv: number[]

      Index of control point in the surface U and V direction.

    Returns number[]

    [boolean, number[]] (boolean) true on success, false on failure. (number[]) Coordinate of control point.

    Description

    Gets a world 3-D, or Euclidean, control point at the given (u, v) index. The 4-D representation is (x, y, z, 1.0).

  • ...

    Parameters

    • u: number
    • v: number
    • point: number[]

    Returns void

Generated using TypeDoc