Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • ShapeFacesToPolygonPointsDto

Index

Constructors

constructor

  • new ShapeFacesToPolygonPointsDto<T>(shape?: T, precision?: number, adjustYtoZ?: boolean, reversedPoints?: boolean): ShapeFacesToPolygonPointsDto<T>
  • Type parameters

    • T

    Parameters

    • Optional shape: T
    • Optional precision: number
    • Optional adjustYtoZ: boolean
    • Optional reversedPoints: boolean

    Returns ShapeFacesToPolygonPointsDto<T>

Properties

adjustYtoZ

adjustYtoZ: boolean

Adjust Y (up) coordinate system to Z (up) coordinate system

default

false

precision

precision: number

Precision of the mesh

default

0.01

minimum

0

maximum

Infinity

step

0.001

reversedPoints

reversedPoints: boolean

Reverse the order of the points describing the polygon because some CAD kernels use the opposite order

default

false

shape

shape: T

Shape to save

default

undefined

Generated using TypeDoc