Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Frame

Hierarchy

  • Frame

Implements

Index

Constructors

  • new Frame(p1: string, p2: string, width: number, id?: string, height?: number, arcId?: string): Frame
  • Parameters

    • p1: string
    • p2: string
    • width: number
    • Optional id: string
    • Optional height: number
    • Optional arcId: string

    Returns Frame

Properties

arcId?: string
height: number = 2.65
id: string
p1: string
p2: string
width: number

Methods

  • this 与 f向连

    Parameters

    Returns boolean

  • Returns Frame

  • cross(f: Frame, points: {}, tolerance?: number): undefined | Vector3
  • Parameters

    • f: Frame
    • points: {}
    • tolerance: number = 0

    Returns undefined | Vector3

  • innerSidePoint(frames: {}, points: {}, isP1?: boolean): Point
  • quite slow

    deprecated

    Parameters

    • frames: {}
    • points: {}
    • isP1: boolean = true

    Returns Point

Generated using TypeDoc