Click or drag to resize
PoErrorPointFieldShapeTypes Enumeration

Type of shape used to represent each point.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum ShapeTypes
Members
  Member nameValueDescription
NO_SHAPE0

No shape for the point field.

RECTANGLE_SHAPE1

Rectangle shape for the point field.

QUADRANGLE_SHAPE2

Quadrangle shape for the point field.

ELLIPSE_SHAPE3

Ellipse shape for the point field.

Remarks