PoMeshSidesthresholdType Property |
Defines the type of threshold.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoSFEnum<PoMeshSidesThresholdTypes> thresholdType { get; }
Public ReadOnly Property thresholdType As SoSFEnum(Of PoMeshSidesThresholdTypes)
Get
public:
property SoSFEnum<PoMeshSidesThresholdTypes>^ thresholdType {
SoSFEnum<PoMeshSidesThresholdTypes>^ get ();
}
member thresholdType : SoSFEnum<PoMeshSidesThresholdTypes> with get
Property Value
Type:
SoSFEnumPoMeshSidesThresholdTypes
RemarksTHRESHOLD_ZMIN: the threshold of the side representation is the minimum of the z-value.
THRESHOLD_ZMAX: the threshold of the side representation is the maximum of the z-value.
THRESHOLD_VALUE: the threshold of the side representation is defined by the field thresholdValue.
See Also