Click or drag to resize
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.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public PoErrorPointField(
	SbVec2f[] _point,
	float[] _errorX,
	float[] _errorY
)

Parameters

_point
Type: OIV.InventorSbVec2f
_errorX
Type: SystemSingle
_errorY
Type: SystemSingle
Remarks