Gets the coordinates of this DimXpert intersect point.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetNominalPoint( _
ByRef X As System.Double, _
ByRef Y As System.Double, _
ByRef Z As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDimXpertIntersectPointFeature
Dim X As System.Double
Dim Y As System.Double
Dim Z As System.Double
Dim value As System.Boolean
value = instance.GetNominalPoint(X, Y, Z) |
C# | |
---|
System.bool GetNominalPoint(
out System.double X,
out System.double Y,
out System.double Z
) |
C++/CLI | |
---|
System.bool GetNominalPoint(
& [Out] System.double X,
& [Out] System.double Y,
& [Out] System.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 the examples on the interface page.
See Also
Availability
SOLIDWORKS 2010 FCS, Revision Number 18.0