PoGeneralizedScattermarkers Property |
Defines the sub-scene graphs used for each marker.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoMFNode markers { get; }
Public ReadOnly Property markers As SoMFNode
Get
public:
property SoMFNode^ markers {
SoMFNode^ get ();
}
member markers : SoMFNode with get
Property Value
Type:
SoMFNodeRemarks If the number of sub-scene graphs is inferior to the number of markers to draw, they are cyclically used.
See Also