Gets the direction vector of this DimXpert intersect point.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetNominalVector( _
ByRef I As System.Double, _
ByRef J As System.Double, _
ByRef K As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDimXpertIntersectPointFeature
Dim I As System.Double
Dim J As System.Double
Dim K As System.Double
Dim value As System.Boolean
value = instance.GetNominalVector(I, J, K) |
C# | |
---|
System.bool GetNominalVector(
out System.double I,
out System.double J,
out System.double K
) |
C++/CLI | |
---|
System.bool GetNominalVector(
& [Out] System.double I,
& [Out] System.double J,
& [Out] System.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
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0