Gets the value of the dot product between two math vectors.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Dot( _
ByVal VectorObjIn As Object _
) As Double |
Visual Basic (Usage) | |
---|
Dim instance As IMathVector
Dim VectorObjIn As Object
Dim value As Double
value = instance.Dot(VectorObjIn)
|
Parameters
- VectorObjIn
- Math vector to use to determine the dot value
Return Value
Value of the dot product
Example
See Also
Availability
SolidWorks 2001 FCS, Revision Number 9.0