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

M3D / M3D / Render / ShapeSetHandlerMessage

Class: ShapeSetHandlerMessage

M3D.Render.ShapeSetHandlerMessage

Memberof

M3D.Utility

Description

M3D消息

Author

nihy

Date

2022-1-17

Version

1.0

Copyright

All Rights Reserved. Copyright (C) 2022 HOTEAMSOFT, Ltd

Hierarchy

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new ShapeSetHandlerMessage(state, para?): ShapeSetHandlerMessage

Parameters

NameType
statestring
para?Map<string, any>

Returns

ShapeSetHandlerMessage

Overrides

M3DMessage.constructor

Properties

exception

exception: any

Inherited from

M3DMessage.exception


expired

expired: boolean

Inherited from

M3DMessage.expired


handler

handler: any

Inherited from

M3DMessage.handler


info

info: string

Inherited from

M3DMessage.info


level

level: number

Inherited from

M3DMessage.level


state

state: string

Inherited from

M3DMessage.state


type

type: string

Inherited from

M3DMessage.type


operateSetKey

Static operateSetKey: string

Methods

getOperateSetMap

getOperateSetMap(): Map<Viewport, VisibleShapeQueue>

Returns

Map<Viewport, VisibleShapeQueue>


setExpired

setExpired(isExpired): void

Parameters

NameTypeDescription
isExpiredboolean是否消息过期

Returns

void

Description

设置消息过期

Inherited from

M3DMessage.setExpired