Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • PipeWireCylindricalDto

Index

Constructors

constructor

  • Type parameters

    • T

    Parameters

    • Optional shape: T
    • Optional radius: number
    • Optional makeSolid: boolean
    • Optional trihedronEnum: geomFillTrihedronEnum
    • Optional forceApproxC1: boolean

    Returns PipeWireCylindricalDto<T>

Properties

forceApproxC1

forceApproxC1: boolean

Attempt to approximate a C1-continuous surface if a swept surface proved to be C0

default

false

makeSolid

makeSolid: boolean

Make solid result by closing start and end parts

default

true

radius

radius: number

Radius of the cylindrical pipe

default

0.1

minimum

0

maximum

Infinity

step

1

shape

shape: T

Wire path to pipe

default

undefined

trihedronEnum

trihedronEnum: geomFillTrihedronEnum

Goemetry Fill Trihedron Options

default

isConstantNormal

Generated using TypeDoc