Click or drag to resize
PoCoordinateSystemAxis Constructor (SbVec3f, SbVec3f, String, String, String, Single, Single)

Constructor.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public PoCoordinateSystemAxis(
	SbVec3f _start,
	SbVec3f _end,
	string _xTitle,
	string _yTitle,
	string _zTitle,
	float _arrowLengthFactor,
	float _titleTranslationFactor
)

Parameters

_start
Type: OIV.InventorSbVec3f
_end
Type: OIV.InventorSbVec3f
_xTitle
Type: SystemString
_yTitle
Type: SystemString
_zTitle
Type: SystemString
_arrowLengthFactor
Type: SystemSingle
_titleTranslationFactor
Type: SystemSingle
Remarks