new AxTraceEvents(context)
Creates an object with trace events
Trace events occur while tracing the scene in axis and can be used for rendering, picking and etc.
Parameters:
Name | Type | Description |
---|---|---|
context |
Axis | The instance of axis, which calls the events |
- Source:
Methods
OnMesh(parameters)
Occurs when an entity of the respective type is encountered while tracing the scene
Parameters:
Name | Type | Description |
---|---|---|
parameters |
AxTraceParameter | holds the trace parameters, which are relevant at the time of the occurence of the event |
- Source: