Click or drag to resize
SbLineProjectorGetVector Method (SbVec2f)

Gets a vector given the current mouse point.

Namespace: OIV.Inventor.Projectors
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SbVec3f GetVector(
	SbVec2f mousePosition
)

Parameters

mousePosition
Type: OIV.InventorSbVec2f

Return Value

Type: SbVec3f
Remarks

Uses the last point on this projector from the previous call to OIV.Inventor.Projectors.SbLineProjector.GetVector(OIV.Inventor.SbVec2f, OIV.Inventor.SbVec2f) or setStartPostion(). Do not use this if the working space transform is changing since the new point will be in a different space than the old one.

See Also