Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • FaceSubdivisionToWiresDto

Index

Constructors

constructor

  • new FaceSubdivisionToWiresDto<T>(shape?: T, nrDivisions?: number, isU?: boolean, shiftHalfStep?: boolean, removeStart?: boolean, removeEnd?: boolean): FaceSubdivisionToWiresDto<T>
  • Provide options without default values

    Type parameters

    • T

    Parameters

    • Optional shape: T
    • Optional nrDivisions: number
    • Optional isU: boolean
    • Optional shiftHalfStep: boolean
    • Optional removeStart: boolean
    • Optional removeEnd: boolean

    Returns FaceSubdivisionToWiresDto<T>

Properties

isU

isU: boolean

Linear subdivision direction true - U, false - V

default

true

nrDivisions

nrDivisions: number

Number of points that will be added on U direction

default

10

minimum

1

maximum

Infinity

step

1

removeEnd

removeEnd: boolean

Removes end wire

default

false

removeStart

removeStart: boolean

Removes start wire

default

false

shape

shape: T

Openascade Face

default

undefined

shiftHalfStep

shiftHalfStep: boolean

Sometimes you want to shift your wires half way the step distance, especially on periodic surfaces

default

false

Generated using TypeDoc