Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • SewDto

Index

Constructors

Properties

Constructors

constructor

  • new SewDto<T>(shapes: T[], tolerance?: number): SewDto<T>
  • Type parameters

    • T

    Parameters

    • shapes: T[]
    • Optional tolerance: number

    Returns SewDto<T>

Properties

shapes

shapes: T[]

Faces to construct a shell from

default

undefined

tolerance

tolerance: number

Tolerance of sewing

default

1.0e-7

minimum

0

maximum

Infinity

step

0.00001

Generated using TypeDoc