Gets the per unit area of this flatness geometric tolerance.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPerUnitArea( _
ByRef Enabled As Boolean, _
ByRef Length As Double, _
ByRef width As Double, _
ByRef I As Double, _
ByRef J As Double, _
ByRef K As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDimXpertFlatnessGeoTol
Dim Enabled As Boolean
Dim Length As Double
Dim width As Double
Dim I As Double
Dim J As Double
Dim K As Double
Dim value As Boolean
value = instance.GetPerUnitArea(Enabled, Length, width, I, J, K)
|
C# | |
---|
bool GetPerUnitArea(
out bool Enabled,
out double Length,
out double width,
out double I,
out double J,
out double K
) |
C++/CLI | |
---|
bool GetPerUnitArea(
& [Out] bool Enabled,
& [Out] double Length,
& [Out] double width,
& [Out] double I,
& [Out] double J,
& [Out] double K
) |
Parameters
- Enabled
- True if per unit area flatness tolerance is in effect; false if not
- Length
- Length for per unit area
- width
- Width for per unit area
- I
- i component of length direction vector used to compute flatness per unit area
- J
- j component of length direction vector used to compute flatness per unit area
- K
- k component of length direction vector used to compute flatness per unit area
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