Gets the coordinates and vector for the reference plane at the top of this DimXpert compound closed slot.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetNominalTopPlane( _
ByRef X As Double, _
ByRef Y As Double, _
ByRef Z As Double, _
ByRef I As Double, _
ByRef J As Double, _
ByRef K As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDimXpertCompoundClosedSlot3dFeature
Dim X As Double
Dim Y As Double
Dim Z As Double
Dim I As Double
Dim J As Double
Dim K As Double
Dim value As Boolean
value = instance.GetNominalTopPlane(X, Y, Z, I, J, K)
|
C# | |
---|
bool GetNominalTopPlane(
out double X,
out double Y,
out double Z,
out double I,
out double J,
out double K
) |
C++/CLI | |
---|
bool GetNominalTopPlane(
& [Out] double X,
& [Out] double Y,
& [Out] double Z,
& [Out] double I,
& [Out] double J,
& [Out] double K
) |
Parameters
- X
- x component of the top reference plane
- Y
- y component of the top reference plane
- Z
- z component of the top reference plane
- I
- i component of the direction vector of the top reference plane
- J
- j component of the direction vector of the top reference plane
- K
- k component of the direction vector of the top reference plane
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