Gets various attributes for this DimXpert compound width.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetNominalCompoundWidth( _
ByRef Width As Double, _
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 IDimXpertCompoundWidthFeature
Dim Width As Double
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.GetNominalCompoundWidth(Width, X, Y, Z, I, J, K)
|
C# | |
---|
bool GetNominalCompoundWidth(
out double Width,
out double X,
out double Y,
out double Z,
out double I,
out double J,
out double K
) |
C++/CLI | |
---|
bool GetNominalCompoundWidth(
& [Out] double Width,
& [Out] double X,
& [Out] double Y,
& [Out] double Z,
& [Out] double I,
& [Out] double J,
& [Out] double K
) |
Parameters
- Width
- Width of the feature
- X
X-coordinate of the width
- Y
Y-coordinate of the width
- Z
Z-coordinate of the width
- I
- I component of the direction vector of the width
- J
- J component of the direction vector of the width
- K
- K component of the direction vector of the width
Return Value
True if method call is successful; false otherwise
Example
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0