Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • LoftDto

Index

Constructors

Properties

Constructors

constructor

  • new LoftDto<T>(shapes?: T[], makeSolid?: boolean): LoftDto<T>
  • Type parameters

    • T

    Parameters

    • Optional shapes: T[]
    • Optional makeSolid: boolean

    Returns LoftDto<T>

Properties

makeSolid

makeSolid: boolean

Tries to make a solid when lofting

default

false

shapes

shapes: T[]

Wires through which the loft passes

default

undefined

Generated using TypeDoc