Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • FilletTwoEdgesInPlaneDto

Index

Constructors

constructor

  • Type parameters

    • T

    Parameters

    • Optional edge1: T
    • Optional edge2: T
    • Optional planeOrigin: Point3
    • Optional planeDirection: Vector3
    • Optional radius: number
    • Optional solution: number

    Returns FilletTwoEdgesInPlaneDto<T>

Properties

edge1

edge1: T

First OCCT edge to fillet

default

undefined

edge2

edge2: T

Second OCCT edge to fillet

default

undefined

planeDirection

planeDirection: Vector3

Plane direction for fillet

default

[0, 1, 0]

planeOrigin

planeOrigin: Point3

Plane origin that is also used to find the closest solution if two solutions exist.

default

[0, 0, 0]

radius

radius: number

Radius of the fillet

default

0.3

minimum

0

maximum

Infinity

step

0.1

Optional solution

solution: number

if solution is -1 planeOrigin chooses a particular fillet in case of several fillets may be constructed (for example, a circle intersecting a segment in 2 points). Put the intersecting (or common) point of the edges

default

-1

optional

true

Generated using TypeDoc