Gets the coordinates of this DimXpert intersect point.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetNominalPoint( _
ByRef X As Double, _
ByRef Y As Double, _
ByRef Z As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDimXpertIntersectPointFeature
Dim X As Double
Dim Y As Double
Dim Z As Double
Dim value As Boolean
value = instance.GetNominalPoint(X, Y, Z)
|
C# | |
---|
bool GetNominalPoint(
out double X,
out double Y,
out double Z
) |
C++/CLI | |
---|
bool GetNominalPoint(
& [Out] double X,
& [Out] double Y,
& [Out] double Z
) |
Parameters
- X
- X-coordinate of the intersect point
- Y
- Y-coordinate of the intersect point
- Z
- Z-coordinate of the intersect point
Return Value
True if method call is successful; false otherwise
Example
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0