Message 1 of 8
Need a fillet between circle and an arc

Not applicable
09-25-2004
10:34 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I need to create a fillet between circle and an arc. Till now I was trying to use .sendcommand method but didnt get much success. Although i know handle of the objects if somebody can help me using send command and handle objects information for filleting i will appreciate that. One of my object is circle other one is arc. i used this approach still it is not doing exactly i wanted it to do
(1) - acdocument.SendCommand "_fillet (handent " & Chr(34)
& "20CF8" & Chr(34) & ") (handent " & Chr(34) & "20FA6" & Chr(34) & ")"
(2) Another approach I think i can draw a circle using ttr tangent. But My only concern is how can I make sure that this circle should be just on one side which I required and should not be on another side. Does anybody think that I would be a viable thing to do. Is there any method for adding circle using tangent tangent and radius circle method. Please feel free to post your ideas
(1) - acdocument.SendCommand "_fillet (handent " & Chr(34)
& "20CF8" & Chr(34) & ") (handent " & Chr(34) & "20FA6" & Chr(34) & ")"
(2) Another approach I think i can draw a circle using ttr tangent. But My only concern is how can I make sure that this circle should be just on one side which I required and should not be on another side. Does anybody think that I would be a viable thing to do. Is there any method for adding circle using tangent tangent and radius circle method. Please feel free to post your ideas