Click or drag to resize
PoArrow Constructor (SbVec2f[], PoArrow.PatternTypes, PoArrow.PatternTypes, Single, Single)

Constructor.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public PoArrow(
	SbVec2f[] _point,
	PoArrow. PatternTypes startType,
	PoArrow. PatternTypes endType,
	float _patternWidth,
	float _patternHeight
)

Parameters

_point
Type:OIV.Inventor.SbVec2f[]
startType
Type: OIV.MeshViz.Graph.PoArrow.PatternTypes
endType
Type: OIV.MeshViz.Graph.PoArrow.PatternTypes
_patternWidth
Type: System.Single
_patternHeight
Type: System.Single
Remarks

See Also