Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

  • U

Hierarchy

  • FaceFromSurfaceAndWireDto

Index

Constructors

Properties

Constructors

constructor

  • Type parameters

    • T

    • U

    Parameters

    • Optional surface: T
    • Optional wire: U
    • Optional inside: boolean

    Returns FaceFromSurfaceAndWireDto<T, U>

Properties

inside

inside: boolean

Indicates wether face should be created inside or outside the wire

default

true

surface

surface: T

Surface from which to create a face

default

undefined

wire

wire: U

Wire that represents a boundary on the surface to delimit the face

default

undefined

Generated using TypeDoc