Click or drag to resize
PoErrorPointField Constructor (SbVec2f, Single, Single, PoErrorPointFieldShapeTypes, PoErrorPointFieldSkeletonTypes)

Constructor.

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,
	PoErrorPointFieldShapeTypes _shapeType,
	PoErrorPointFieldSkeletonTypes _skeletonType
)

Parameters

_point
Type: OIV.InventorSbVec2f
_errorX
Type: SystemSingle
_errorY
Type: SystemSingle
_shapeType
Type: OIV.MeshViz.GraphPoErrorPointFieldShapeTypes
_skeletonType
Type: OIV.MeshViz.GraphPoErrorPointFieldSkeletonTypes
Remarks

See Also