SbPlaneProjectorGetVector Method (SbVec2f) |
Gets a vector given the current mouse point.
Namespace: OIV.Inventor.ProjectorsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SbVec3f GetVector(
SbVec2f mousePosition
)
Public Function GetVector (
mousePosition As SbVec2f
) As SbVec3f
public:
SbVec3f GetVector(
SbVec2f mousePosition
)
member GetVector :
mousePosition : SbVec2f -> SbVec3f
Parameters
- mousePosition
- Type: OIV.InventorSbVec2f
Return Value
Type:
SbVec3f
RemarksUses the last point on this projector from the previous call to getVector() 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