Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • IsocurveSubdivisionDto

Index

Constructors

constructor

  • new IsocurveSubdivisionDto(surface?: any, useV?: boolean, includeLast?: boolean, includeFirst?: boolean, isocurveSegments?: number): IsocurveSubdivisionDto
  • Provide undefined options

    Parameters

    • Optional surface: any
    • Optional useV: boolean
    • Optional includeLast: boolean
    • Optional includeFirst: boolean
    • Optional isocurveSegments: number

    Returns IsocurveSubdivisionDto

Properties

includeFirst

includeFirst: boolean

Check to include the first isocurve

includeLast

includeLast: boolean

Check to include the last isocurve

isocurveSegments

isocurveSegments: number

Number of segments including surface start and end

surface

surface: any

Nurbs surface

useV

useV: boolean

Default parameter is on U direction, use V to switch

Generated using TypeDoc