Class DispUtil
Display Utility
public static class DispUtil
- Inheritance
-
DispUtil
- Inherited Members
Properties
GetRenderingWindowFunc
Internal Use Only.
public static Func<object, IGetDispEngine> GetRenderingWindowFunc { get; set; }
Property Value
Methods
CallRenderingFrame(object, IDisplayee)
Internal Use Only.
public static object CallRenderingFrame(object key, IDisplayee displayee)
Parameters
key
objectdisplayee
IDisplayee
Returns
- object
rendering window
Remarks
Note that the window may not be WPF window if using other OS.
Display(IDisplayee, Bind, Mat4d)
Displays the given displayee with an additional model transform. Internally pushes the transform to the model matrix stack, calls Display, then pops it.
public static void Display(this IDisplayee displayee, Bind bind, Mat4d mat)
Parameters
displayee
IDisplayeeThe displayee to render.
bind
BindRendering bind context.
mat
Mat4dThe model transform to apply.
Display(nint, Bind)
Display function for native object.
public static void Display(nint displayeePtr, Bind bind)