| PoBiErrorPointField Constructor (SbVec2f, Single, Single, Single, Single) | 
Calls PoBiErrorPointField(_point, _lowX, _lowY, _highX, _highY, OIV.MeshViz.Graph.PoBiErrorPointField.VariationTypes( .PoBiErrorPointField.REL_VARIATION ), true, true).
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic PoBiErrorPointField(
	SbVec2f[] _point,
	float[] _lowX,
	float[] _lowY,
	float[] _highX,
	float[] _highY
)
Public Sub New ( 
	_point As SbVec2f(),
	_lowX As Single(),
	_lowY As Single(),
	_highX As Single(),
	_highY As Single()
)
public:
PoBiErrorPointField(
	array<SbVec2f>^ _point, 
	array<float>^ _lowX, 
	array<float>^ _lowY, 
	array<float>^ _highX, 
	array<float>^ _highY
)
new : 
        _point : SbVec2f[] * 
        _lowX : float32[] * 
        _lowY : float32[] * 
        _highX : float32[] * 
        _highY : float32[] -> PoBiErrorPointFieldParameters
- _point
 - Type: OIV.InventorSbVec2f
 - _lowX
 - Type: SystemSingle
 - _lowY
 - Type: SystemSingle
 - _highX
 - Type: SystemSingle
 - _highY
 - Type: SystemSingle
 
Remarks
See Also