InfLineGraphic#
InfLineGraphic#
Constructor#
|
Create a collection of infinite lines. |
Properties#
The opacity of the graphic |
|
How the alpha is handled by the renderer |
|
the axis the lines are defined along ("x", "y", "z"), or None if set from endpoints |
|
Used to block events for a graphic and prevent recursion. |
|
Used to block event handlers for a graphic and prevent recursion. |
|
Get or set the colormap |
|
Get or set the (min, max) of the cmap_transform that is mapped onto the colormap |
|
Get or set the colors |
|
Get or set the dash pattern. |
|
Get or set the graphic's data. |
|
used to emit an event after the graphic is deleted |
|
Get or set whether the end of each line is extended to infinity |
|
Registered event handlers. |
|
The imgui popup that is opened by a right-click on this graphic. |
|
Graphic name |
|
[x, y, z] |
|
Orientation of the graphic as a quaternion |
|
(x, y, z) scaling factor |
|
The coordinate space in which the size is expressed ('screen', 'world', 'model') |
|
Get or set whether the start of each line is extended to infinity |
|
events supported by this graphic |
|
Get or set the line thickness |
|
infinite lines do not support the thin line material |
|
set a custom tooltip format function which takes a |
|
Whether the graphic is visible |
|
Associated pygfx WorldObject. |
Methods#
Add axes onto this Graphic |
|
Register an event handler. |
|
Add a |
|
|
Adds a |
|
Add a |
|
Add a |
Append imgui elements to the right-click popup of this graphic. |
|
clear all event handlers added to this graphic |
|
|
Takes a pygfx.PointerEvent and returns formatted pick info. |
|
map position from model (data) space to world space, basically applies the world affine transform |
|
map position from world space to model (data) space, basically applies the inverse world affine transform |
remove a registered event handler |
|
Remove and return the right-click popup of this graphic |
|
|
Rotate the Graphic with respect to the world. |
Set the imgui popup that is opened by a right-click on this graphic, replaces the popup of the subplot or Figure for this graphic. |