Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • UEClippingPlane

Index

Constructors

constructor

  • new UEClippingPlane(opt: undefined | { cmdType: string; isShowClippingPlane: boolean; sliceMod: UEClippingPlaneType }, ueViewer: UEViewer): UEClippingPlane
  • Parameters

    • opt: undefined | { cmdType: string; isShowClippingPlane: boolean; sliceMod: UEClippingPlaneType }
    • ueViewer: UEViewer

    Returns UEClippingPlane

Properties

_isShowClippingPlane

_isShowClippingPlane: boolean

_sliceMod

_sliceMod: UEClippingPlaneType

cmdType

cmdType: string

ueViewer

ueViewer: UEViewer

Accessors

isShowClippingPlane

  • get isShowClippingPlane(): boolean
  • set isShowClippingPlane(isShow: boolean): void
  • Returns boolean

  • Parameters

    • isShow: boolean

    Returns void

sliceMod

  • get sliceMod(): UEClippingPlaneType
  • set sliceMod(type: UEClippingPlaneType): void
  • Returns UEClippingPlaneType

  • Parameters

    • type: UEClippingPlaneType

    Returns void

Methods

getConfig

  • getConfig(): { cmdType: string; isShowClippingPlane: boolean; sliceMod: UEClippingPlaneType }
  • Returns { cmdType: string; isShowClippingPlane: boolean; sliceMod: UEClippingPlaneType }

    • cmdType: string
    • isShowClippingPlane: boolean
    • sliceMod: UEClippingPlaneType

sendConfig

  • sendConfig(): void
  • Returns void