ClipPlaneChangedEvent¶
Class ClipPlaneChangedEvent
Hierarchy (View Summary)
- WebVisEvent
- ClipPlaneChangedEvent
Index
Properties
Accessors
Properties
clip PlaneID
The ID of the clip plane that was changed
id
The unique ID of the event.
properties
An object containing only the properties that were changed
Optionaltransaction Code
The transaction code associated with the event.
OptionaltransactionID
The transaction ID associated with the event.
Optionaltype
The type of the event.
Accessors
disabled
- get disabled(): boolean
Returns boolean
Deprecated
The disabled getter is deprecated. Please use ClipPlaneProperties.enabled instead (note that disabled = !enabled).
Returns whether the clip plane is disabled. This is the inverse of the enabled property in the properties object.
invisible
- get invisible(): boolean
Returns boolean
Deprecated
The invisible getter is deprecated. Please use ClipPlaneProperties.invisible instead.
Returns whether the clip plane is visually hidden. When true, the clip plane's wireframe outline will not be displayed, though the clipping effect remains active.
local Transform
- get localTransform(): | Float32Array<ArrayBufferLike>
| [
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
] Returns
| Float32Array<ArrayBufferLike>
| [
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
number,
]Deprecated
The localTransform getter is deprecated. Please use ClipPlaneProperties.transform instead.
Returns the 4x4 transformation matrix that defines the position, rotation, and scale of the clip plane in world space.
name
- get name(): string
Returns string
Deprecated
The name getter is deprecated. Please use ClipPlaneProperties.name instead.
Returns the display name of the clip plane, which can be used for identification in user interfaces or for debugging purposes.
normal
- get normal(): Float32Array<ArrayBufferLike> | [number, number, number]
Returns Float32Array<ArrayBufferLike> | [number, number, number]
Deprecated
The normal getter is deprecated. Please use ClipPlaneProperties.normal instead.
Returns the normal vector of the clip plane, which defines its orientation in space.
point
- get point(): Float32Array<ArrayBufferLike> | [number, number, number]
Returns Float32Array<ArrayBufferLike> | [number, number, number]
Deprecated
The point getter is deprecated. Please use ClipPlaneProperties.position instead.
Returns the position of the clip plane in world space.
position
- get position(): Float32Array<ArrayBufferLike> | [number, number, number]
Returns Float32Array<ArrayBufferLike> | [number, number, number]
Deprecated
The position getter is deprecated. Please use ClipPlaneProperties.position instead.
Returns the position of the clip plane in world space.
thickness
- get thickness(): number
Returns number
Deprecated
The thickness getter is deprecated. Please use ClipPlaneProperties.thickness instead.
Returns the visual thickness of the clip plane representation in the scene.
Event that is fired when properties of a clip plane are changed. Contains the clip plane ID and an object with only the properties that were actually changed.
See