Click or drag to resize
PoBiErrorPointField Constructor (SbVec2f, Single, Single, Single, Single, PoBiErrorPointFieldVariationTypes, Boolean, Boolean)

Constructor.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public PoBiErrorPointField(
	SbVec2f[] _point,
	float[] _lowX,
	float[] _lowY,
	float[] _highX,
	float[] _highY,
	PoBiErrorPointFieldVariationTypes type,
	bool _isShapeVisible,
	bool _isSkeletonVisible
)

Parameters

_point
Type: OIV.InventorSbVec2f
_lowX
Type: SystemSingle
_lowY
Type: SystemSingle
_highX
Type: SystemSingle
_highY
Type: SystemSingle
type
Type: OIV.MeshViz.GraphPoBiErrorPointFieldVariationTypes
_isShapeVisible
Type: SystemBoolean
_isSkeletonVisible
Type: SystemBoolean
Remarks

See Also