Click or drag to resize
PoErrorPointFieldSkeletonTypes Enumeration

Type of skeleton 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 SkeletonTypes
Members
  Member nameValueDescription
NO_SKELETON0

No skeleton for the point field.

CROSS1_SKELETON1

x skeleton for the point field.

CROSS2_SKELETON2

+ skeleton for the point field.

CROSS3_SKELETON3

* skeleton for the point field.

BAR_SKELETON4

Bar skeleton for the point field.

Remarks