Click or drag to resize

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.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
void SetMarkerGeometry(
	IOverlayContext3D markerGeometry
)

Parameters

markerGeometry  IOverlayContext3D
The marker geometry.
See Also