| PoErrorPointFieldshapeType Property  | 
Defines the shape associated to errors. 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic SoSFEnum<PoErrorPointFieldShapeTypes> shapeType { get; }Public ReadOnly Property shapeType As SoSFEnum(Of PoErrorPointFieldShapeTypes)
	Get
public:
property SoSFEnum<PoErrorPointFieldShapeTypes>^ shapeType {
	SoSFEnum<PoErrorPointFieldShapeTypes>^ get ();
}member shapeType : SoSFEnum<PoErrorPointFieldShapeTypes> with get
Property Value
Type: 
SoSFEnumPoErrorPointFieldShapeTypes
RemarksThe shape can be a rectangle, a quadrangle, an ellipse or no shape. 
See Also