Gets the coordinates and vector for 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 IDimXpertSphereFeature
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 origin of the sphere
- Y
- Y-coordinate of the origin of the sphere
- Z
- Z-coordinate of the origin of the sphere
Return Value
True if method call is successful; false otherwise
Example
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0