Click or drag to resize
SbLinedSetPosDir Method (SbVec3d, SbVec3d)
Sets line using a position and a direction vector.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.2.3.Release.c1a14b01e6296bf517288683d75c01bbe269b3dc
Syntax
public void SetPosDir(
	SbVec3d position,
	SbVec3d direction
)

Parameters

position
Type: OIV.InventorSbVec3d
direction
Type: OIV.InventorSbVec3d
Remarks
The direction vector will be normalized automatically. This method is preferred over setValue when the point has very large magnitude, for example 1e6, because adding a normalized direction vector to such a point may not be significant.
See Also