Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • WireAlongParamDto

Index

Constructors

Properties

Constructors

constructor

  • new WireAlongParamDto<T>(shape?: T, isU?: boolean, param?: number): WireAlongParamDto<T>
  • Provide options without default values

    Type parameters

    • T

    Parameters

    • Optional shape: T
    • Optional isU: boolean
    • Optional param: number

    Returns WireAlongParamDto<T>

Properties

isU

isU: boolean

Linear subdivision direction true - U, false - V

default

true

param

param: number

Param on direction 0 - 1

default

0.5

minimum

0

maximum

1

step

0.1

shape

shape: T

Brep OpenCascade geometry

default

undefined

Generated using TypeDoc