 
     
     
     
     
     
     
     
    
    | IntelliCAD 11.1 Object Library | |
| AddTolerance Method | |
| See Also | |
|   | 
- Text
- The tolerance text.
- InsertionPoint
- A Point object representing the location to insert the tolerance.
- Direction
- A Vector object representing the direction of the tolerance symbol.
| PaperSpace Collection : AddTolerance Method | 
 Description
Description
Creates a tolerance entity.
             Syntax
Syntax
 Parameters
Parameters
- Text
- The tolerance text.
- InsertionPoint
- A Point object representing the location to insert the tolerance.
- Direction
- A Vector object representing the direction of the tolerance symbol.
 Example
Example
Private Sub AddTolerance_Example() 
 
 
 
 
 
 
 
 
 
 
 
 
            
            
            
            ' This example creates a tolerance object in model space.
Dim toleranceObj As IntelliCAD.Tolerance
Dim textString As String
Dim insPt As Point
Dim dirVect As Vector
Set insPt = Library.CreatePoint(1, 2)
Set dirVect = Library.CreateVector(0.5, 0.5)
' Define the tolerance object
textString = "Test Tolerance"
' Create the tolerance object in model space
Set toleranceObj = ThisDocument.ModelSpace.AddTolerance(textString, insPt, dirVect)
End Sub
 
                         en
  en italiano
 italiano čeština
 čeština Deutsch
 Deutsch français
 français hrvatski
 hrvatski magyar
 magyar polski
 polski српски
 српски русский
 русский 中文
 中文 中文
 中文 한국어
 한국어 español
 español