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