Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

  • U

Hierarchy

  • FaceFromWireOnFaceDto

Index

Constructors

Properties

Constructors

constructor

  • Type parameters

    • T

    • U

    Parameters

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

    Returns FaceFromWireOnFaceDto<T, U>

Properties

face

face: U

Face to attach the wire to

default

undefined

inside

inside: boolean

Indication if wire is inside the surface or outside

default

true

wire

wire: T

Wire shape to convert into a face

default

undefined

Generated using TypeDoc