| PoErrorPointField Constructor (SbVec2f, Single, Single) | 
Calls PoErrorPointField(_point, _errorX, _errorY, OIV.MeshViz.Graph.PoErrorPointField.ShapeTypes( .PoErrorPointField.RECTANGLE_SHAPE ), OIV.MeshViz.Graph.PoErrorPointField.SkeletonTypes( .PoErrorPointField.CROSS1_SKELETON )).
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic PoErrorPointField(
	SbVec2f[] _point,
	float[] _errorX,
	float[] _errorY
)
Public Sub New ( 
	_point As SbVec2f(),
	_errorX As Single(),
	_errorY As Single()
)
public:
PoErrorPointField(
	array<SbVec2f>^ _point, 
	array<float>^ _errorX, 
	array<float>^ _errorY
)
new : 
        _point : SbVec2f[] * 
        _errorX : float32[] * 
        _errorY : float32[] -> PoErrorPointFieldParameters
- _point
 - Type: OIV.InventorSbVec2f
 - _errorX
 - Type: SystemSingle
 - _errorY
 - Type: SystemSingle
 
Remarks
See Also