Click or drag to resize
PoMeshSidesthresholdType Property

Defines the type of threshold.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SoSFEnum<PoMeshSidesThresholdTypes> thresholdType { get; }

Property Value

Type: SoSFEnumPoMeshSidesThresholdTypes
Remarks

OIV.MeshViz.Data.PoMeshSides.ThresholdTypes.THRESHOLD_ZMIN: the threshold of the side representation is the minimum of the z-value.

OIV.MeshViz.Data.PoMeshSides.ThresholdTypes.THRESHOLD_ZMAX: the threshold of the side representation is the maximum of the z-value.

OIV.MeshViz.Data.PoMeshSides.ThresholdTypes.THRESHOLD_VALUE: the threshold of the side representation is defined by the field thresholdValue.

See Also