跳到主要内容
版本:v10.0

API / SView / ShapeSetMessage

Class: ShapeSetMessage

SView.ShapeSetMessage

Memberof

SView

Author

YW

Date

2022-1-20

Hierarchy

  • M3DMessage

    ShapeSetMessage

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new ShapeSetMessage(state, shapeSet, shapes?, para?): ShapeSetMessage

Parameters

NameTypeDescription
statestring状态
shapeSetShapeSet选择集
shapes?Shape[]选择集中的对象数组
para?Map<string, any>可选参数

Returns

ShapeSetMessage

Overrides

M3D.Utility.M3DMessage.constructor

Properties

exception

exception: any

Inherited from

M3D.Utility.M3DMessage.exception


expired

expired: boolean

Inherited from

M3D.Utility.M3DMessage.expired


handler

handler: any

Inherited from

M3D.Utility.M3DMessage.handler


info

info: string

Inherited from

M3D.Utility.M3DMessage.info


level

level: number

Inherited from

M3D.Utility.M3DMessage.level


shapeSet

shapeSet: ShapeSet = null


shapes

shapes: Shape[] = null


state

state: string

Inherited from

M3D.Utility.M3DMessage.state


type

type: string

Inherited from

M3D.Utility.M3DMessage.type

Methods

setExpired

setExpired(isExpired): void

Parameters

NameTypeDescription
isExpiredboolean是否消息过期

Returns

void

Description

设置消息过期

Inherited from

M3D.Utility.M3DMessage.setExpired