Gets the origin coordinates and radius of this DimXpert sphere.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetNominalSphere( _
ByRef R As System.Double, _
ByRef X As System.Double, _
ByRef Y As System.Double, _
ByRef Z As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDimXpertSphereFeature
Dim R As System.Double
Dim X As System.Double
Dim Y As System.Double
Dim Z As System.Double
Dim value As System.Boolean
value = instance.GetNominalSphere(R, X, Y, Z) |
C# | |
---|
System.bool GetNominalSphere(
out System.double R,
out System.double X,
out System.double Y,
out System.double Z
) |
C++/CLI | |
---|
System.bool GetNominalSphere(
& [Out] System.double R,
& [Out] System.double X,
& [Out] System.double Y,
& [Out] System.double Z
) |
Parameters
- R
- Radius of the sphere
- X
- x coordinate of the sphere origin
- Y
- y coordinate of the sphere origin
- Z
- z coordinate of the sphere origin
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