PoCoordinateSystemAxis Constructor (SbVec3f, SbVec3f, String, String, String, Single, Single) |
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PoCoordinateSystemAxis(
SbVec3f _start,
SbVec3f _end,
string _xTitle,
string _yTitle,
string _zTitle,
float _arrowLengthFactor,
float _titleTranslationFactor
)
Public Sub New (
_start As SbVec3f,
_end As SbVec3f,
_xTitle As String,
_yTitle As String,
_zTitle As String,
_arrowLengthFactor As Single,
_titleTranslationFactor As Single
)
public:
PoCoordinateSystemAxis(
SbVec3f _start,
SbVec3f _end,
String^ _xTitle,
String^ _yTitle,
String^ _zTitle,
float _arrowLengthFactor,
float _titleTranslationFactor
)
new :
_start : SbVec3f *
_end : SbVec3f *
_xTitle : string *
_yTitle : string *
_zTitle : string *
_arrowLengthFactor : float32 *
_titleTranslationFactor : float32 -> PoCoordinateSystemAxis
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 See Also