IGraph3DViewSetMarkerGeometry Method |
Sets the marker geometry and brings it into the buffers. It does not trigger a new rendering; use
TriggerRendering for that.
Namespace: Altaxo.Gui.Graph.Graph3D.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxvoid SetMarkerGeometry(
IOverlayContext3D markerGeometry
)
Parameters
- markerGeometry IOverlayContext3D
- The marker geometry.
See Also