Gets the direction vector of this DimXpert intersect point.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetNominalVector( _
ByRef I As Double, _
ByRef J As Double, _
ByRef K As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDimXpertIntersectPointFeature
Dim I As Double
Dim J As Double
Dim K As Double
Dim value As Boolean
value = instance.GetNominalVector(I, J, K)
|
C# | |
---|
bool GetNominalVector(
out double I,
out double J,
out double K
) |
C++/CLI | |
---|
bool GetNominalVector(
& [Out] double I,
& [Out] double J,
& [Out] double K
) |
Parameters
- I
- i component of the direction vector of the intersect point
- J
- j component of the direction vector of the intersect point
- K
- k component of the direction vector of the intersect point
Return Value
True if method call is successful; false otherwise
Example
See the examples on the interface page.
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0