DrawingPlaneCreatedEvent#
Class DrawingPlaneCreatedEvent
Hierarchy
- WebVisEvent
- DrawingPlaneCreatedEvent
Index
Constructors
Properties
Constructors
constructor
- new
Drawing Plane Created Event(drawingPlaneId: number, properties: DrawingPlaneProperties): DrawingPlaneCreatedEvent -
The DrawingPlaneCreatedEvent occurs if a DrawingPlane was created.
Parameters
-
drawingPlaneId: number
The ID of the clipplane.
-
properties: DrawingPlaneProperties
An object with the changed properties.
Returns DrawingPlaneCreatedEvent
-
Properties
drawing Plane Id
drawing Plane Id: number
id
id: number
properties
properties: DrawingPlaneProperties
Optional
transaction Code
transaction Code?: string
Optional
transactionID
transactionID?: number
Optional
type
type?: EventType
WebVisEvent