PoErrorPointFieldshapeType Property |
Defines the shape associated to errors.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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:
SoSFEnumPoErrorPointFieldShapeTypesRemarks The shape can be a rectangle, a quadrangle, an ellipse or no shape.
See Also