Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • FaceFromMultipleCircleTanWiresDto

Index

Constructors

Properties

Constructors

constructor

Properties

circles

circles: T[]

The circles that will all be joined into a single face through tangential lines

default

undefined

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

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