Click or drag to resize

IGraph3DView Methods

The IGraph3DView type exposes the following members.

Methods
 NameDescription
Public methodAnnounceContentVisibilityChanged Announces that the content visibility has changed.
Public methodFocusOnGraphPanel Sets the input focus to the graph panel.
Public methodGetGraphicContext Gets the graphic context that is appropriate for the view.
Public methodGetGraphicContextForMarkers Gets the graphic context for root layer markers, i.e. for stuff that doesn't belong to the graph document.
Public methodGetGraphicContextForOverlay Gets the graphic context for overlay geometry, i.e. for geometry that shows if an object is selected, grips and so on.
Public methodRenderOverlay Renders the current overlay.
Public methodSetCamera Sets the camera, but does not trigger a new rendering.
Public methodSetDrawing Sets a new geometry, but does not trigger rendering (use TriggerRendering to trigger rendering).
Public methodSetLayerStructure Sets the number of layers that are in the graph. The view has to reflect the change in the number of layers by adjusting the number of layer buttons or similar. The current layer number should be preserved.
Public methodSetMarkerGeometry Sets the marker geometry and brings it into the buffers. It does not trigger a new rendering; use TriggerRendering for that.
Public methodSetOverlayGeometry Sets the overlay geometry and brings it into the buffers. It does not trigger a new rendering; use TriggerRendering for that.
Public methodSetPanelCursor Sets the panel cursor of the view.
Public methodSetSceneBackColor Sets the color that is used to initialize the background of the render scene.
Public methodTriggerRendering Triggers a new rendering without building up a new geometry. Could be used for instance if the light or the camera has changed, but not the geometry.
Top
See Also