Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • PyramidSimpleDto

Index

Constructors

Properties

Constructors

constructor

  • new PyramidSimpleDto<T>(faces?: T[], uNumber?: number, vNumber?: number, height?: number): PyramidSimpleDto<T>
  • Type parameters

    • T

    Parameters

    • Optional faces: T[]
    • Optional uNumber: number
    • Optional vNumber: number
    • Optional height: number

    Returns PyramidSimpleDto<T>

Properties

faces

faces: T[]

The faces on which to apply the pattern

default

undefined

height

height: number

The height of the pyramid

default

0.2

minimum

-Infinity

maximum

Infinity

step

0.1

precision

precision: number

Meshing precision of the drawn model. The lower the number the more precise the drawn model is. Keep in mind that output of this algorithm also contains pure occt shape that can be meshed separately in draw any async commands

default

0.01

minimum

0.000001

maximum

5

step

0.001

uNumber

uNumber: number

The nr of pyramids along u direction of the face

default

10

minimum

1

maximum

Infinity

step

1

vNumber

vNumber: number

The nr of pyramids along v direction of the face

default

10

minimum

1

maximum

Infinity

step

1

Generated using TypeDoc