Gets block tolerance settings for a given document.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ISwDMDimXpertBlockTolerances
Dim Linear1 As Double
Dim Linear1Prec As Integer
Dim Linear2 As Double
Dim Linear2Prec As Integer
Dim Linear3 As Double
Dim Linear3Prec As Integer
Dim Angular As Double
Dim value As Boolean
value = instance.GetToleranceValues(Linear1, Linear1Prec, Linear2, Linear2Prec, Linear3, Linear3Prec, Angular)
|
Parameters
- Linear1
- Tolerance for x dimension
- Linear1Prec
- Number of decimal places for Linear1 tolerance
- Linear2
- Tolerance for y dimension
- Linear2Prec
- Number of decimal places for Linear2 tolerance
- Linear3
- Tolerance for z dimension
- Linear3Prec
- Number of decimal places for Linear3 tolerance
- Angular
- Tolerance for angular dimension
Return Value
True if method call is successful; false otherwise
Example
See the examples on the interface page.
Remarks
See Also
Availability
SolidWorks 2010 FCS, Revision Number 18.0