 
     
     
     
     
     
     
     
    
    | IntelliCAD 11.1 Object Library | |
| AddArc Method | |
| See Also | |
|   | 
- Center
- A Point object representing the center of the arc. 
- Radius
- A double-precision variable or number representing the radius of the arc.
- StartAngle
- A double-precision variable or number representing the starting angle of the arc.
- EndAngle
- A double-precision variable or number representing the ending angle of the arc.
| PaperSpace Collection : AddArc Method | 
 Description
Description
Adds an Arc given the center, radius, start angle and end angle.
             Syntax
Syntax
 Parameters
Parameters
- Center
- A Point object representing the center of the arc. 
- Radius
- A double-precision variable or number representing the radius of the arc.
- StartAngle
- A double-precision variable or number representing the starting angle of the arc.
- EndAngle
- A double-precision variable or number representing the ending angle of the arc.
 Example
Example
Private Sub AddArcExample() 
 
 
 
 
 
 
 
 
 
 
 
 
 
            
            
            
            ' This example adds an arc to the drawing using the AddArc method.
Dim icadDoc As Document
Dim myArc As Arc
Dim cenPt As Point
Set icadDoc = ActiveDocument
Set cenPt = Library.CreatePoint(4, 2)
'Add the arc to the .dwg
Set myArc = icadDoc.ModelSpace.AddArc(cenPt, 3, 1, 3)
' Display the entity
myArc.Update
ThisDocument.Application.ZoomExtents
MsgBox "Arc created w/ center point at 4,2."
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