Click or drag to resize
PoArrow3 Constructor (SbVec3f, PoArrow3PatternTypes, PoArrow3PatternTypes, Single, Single)

Constructor.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public PoArrow3(
	SbVec3f[] _point,
	PoArrow3PatternTypes startType,
	PoArrow3PatternTypes endType,
	float _patternWidth,
	float _patternHeight
)

Parameters

_point
Type: OIV.InventorSbVec3f
startType
Type: OIV.MeshViz.GraphPoArrow3PatternTypes
endType
Type: OIV.MeshViz.GraphPoArrow3PatternTypes
_patternWidth
Type: SystemSingle
_patternHeight
Type: SystemSingle
Remarks

See Also