Options
All
  • Public
  • Public/Protected
  • All
Menu
Logo of bit by bit developers

Class FaceFromMultipleCircleTanWireCollectionsDto<T>

Type parameters

  • T

Hierarchy

  • FaceFromMultipleCircleTanWireCollectionsDto

Index

Constructors

constructor

Properties

combination

Indicates how circles should be joined together. Users can choose to join all circles with each other. Alternatively it is possible to respect the order of circles and only join consecutive circles. It is also possible to respect order and close the shape with first circle in the list.

default

allWithAll

listsOfCircles

listsOfCircles: T[][]

The two dimensional circle array that can host multiple circle collections.

default

undefined

tolerance

tolerance: number

tolerance

default

1e-7

minimum

0

maximum

Infinity

step

0.00001

unify

unify: boolean

Choose whether you want faces to be unifided into a single face or not. Sometimes if you want to get faster result you can set this to false, but in this case faces will be returned as compound.

default

true

Generated using TypeDoc