Click or drag to resize
PoErrorCurveerrorCurveRep Property

Defines the error curve representation.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFEnum<PoErrorCurveErrorCurveReps> errorCurveRep { get; }

Property Value

Type: SoSFEnumPoErrorCurveErrorCurveReps
Remarks

There are three types of representations: high low close representation (HIGH_LOW_CLOSE), line bar representation (LINE_BAR) and filling representation (FILLED).

See Also