Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • FaceLinearSubdivisionDto

Index

Constructors

constructor

  • new FaceLinearSubdivisionDto<T>(shape?: T, isU?: boolean, param?: number, nrPoints?: number, shiftHalfStep?: boolean, removeStartPoint?: boolean, removeEndPoint?: boolean): FaceLinearSubdivisionDto<T>
  • Provide options without default values

    Type parameters

    • T

    Parameters

    • Optional shape: T
    • Optional isU: boolean
    • Optional param: number
    • Optional nrPoints: number
    • Optional shiftHalfStep: boolean
    • Optional removeStartPoint: boolean
    • Optional removeEndPoint: boolean

    Returns FaceLinearSubdivisionDto<T>

Properties

isU

isU: boolean

Linear subdivision direction true - U, false - V

default

true

nrPoints

nrPoints: number

Number of subdivisions on opposite direction

default

10

minimum

1

maximum

Infinity

step

1

param

param: number

Param on direction 0 - 1

default

0.5

minimum

0

maximum

1

step

0.1

removeEndPoint

removeEndPoint: boolean

Removes last point

default

false

removeStartPoint

removeStartPoint: boolean

Removes first point

default

false

shape

shape: T

Brep OpenCascade geometry

default

undefined

shiftHalfStep

shiftHalfStep: boolean

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

default

false

Generated using TypeDoc