| SbLineGetDirection Method (SbVec3f) |
Gets the direction of the line.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2026.1.0.Release.0310c5a2706944284e5b97cec8929e1e2f70c73d
Syntaxpublic void GetDirection(
out SbVec3f res
)
Public Sub GetDirection (
<OutAttribute> ByRef res As SbVec3f
)
public:
void GetDirection(
[OutAttribute] SbVec3f% res
)
member GetDirection :
res : SbVec3f byref -> unit
Parameters
- res
- Type: OIV.InventorSbVec3f
Output parameter to store the result.
See Also