CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > CAM Software > BobCad-Cam


BobCad-Cam Discuss all BobCad software here.


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 01-21-2009, 07:08 AM
 
Join Date: Jul 2007
Location: USA
Posts: 114
Stampede is on a distinguished road
?s on How to draw a Hex.

How to do it in BobCad?

Thanks.
Reply With Quote

  #2   Ban this user!
Old 01-21-2009, 07:37 AM
 
Join Date: Jun 2006
Location: united states
Posts: 85
mmc005 is on a distinguished road

A hex, as in a bolt head?
I would start by drawing a circle with the diameter being the width of the flats you want. Then draw a straight line, then translate that line from the midpoint of the line to a quadrant on your circle. Then use the rotate and copy the line around the center of the circle, just input the number of flats that you want. Then just trim or extend your lines to create your intersection points.

I'm sure there are other ways to do it, but that's how I would tackle it first.

Dave
Reply With Quote

  #3   Ban this user!
Old 01-21-2009, 08:47 AM
 
Join Date: Jul 2005
Location: Canada
Posts: 11,559
Geof will become famous soon enough

Originally Posted by mmc005 View Post
A hex, as in a bolt head?
I would start by drawing a circle with the diameter being the width of the flats you want.
Dave
Don't you mean radius?
__________________
An open mind is a virtue...so long as all the common sense has not leaked out.
Reply With Quote

  #4   Ban this user!
Old 01-21-2009, 08:56 AM
 
Join Date: Jun 2006
Location: united states
Posts: 85
mmc005 is on a distinguished road

Originally Posted by Geof View Post
Don't you mean radius?
Actually I mean the width across the flats, ie. inscribed circle. Thanks for pointing that out.

Dave
Reply With Quote

  #5  
Old 01-21-2009, 09:49 AM
tobyaxis's Avatar
Moderator
 
Join Date: Jan 2006
Location: USA
Posts: 4,396
tobyaxis is on a distinguished road

Draw a rectangle.
Delete Two Sides
Copy Rotate 3 copies.
__________________
Toby D.
"Imagination and Memory are but one thing, but for divers considerations have divers names"
Schwarzwald

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

www.refractotech.com
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 01-21-2009, 10:13 AM
Swag's Avatar  
Join Date: Jul 2006
Location: USSA
Posts: 57
Swag is on a distinguished road
Post Hex Script

I used this script
all it asks for is the distance across flats. Works
great for me. assuming you are using V21 and back, they
eliminated the scripting in V22 on up

Mark


'HexFlat.bas

UnselectAll

R=2.0*25.4
Ask Header="Hexagon by Flats",Output,Cancel=canc,\
"Distance Across Flats"=R

If canc=1 Then
Exit
Endif

R=R/1.732049

I=R*COS(1.0471976)
J=R*SIN(1.0471976)

PointCoordinates X = R, Y = 0, Z = 0
PointCoordinates X = I, Y = J, Z = 0
PointCoordinates X =-I, Y = J, Z = 0
PointCoordinates X =-R, Y = 0, Z = 0
PointCoordinates X =-I, Y =-J, Z = 0
PointCoordinates X = I, Y =-J, Z = 0
Close

LineJoin

ViewAll
__________________
"I'll keep my gun, my ammo, my money, my freedom and you can keep the "CHANGE" !
Reply With Quote

  #7   Ban this user!
Old 01-21-2009, 02:04 PM
The Engine Guy's Avatar  
Join Date: Jun 2008
Location: UK
Posts: 389
The Engine Guy is on a distinguished road

Originally Posted by Stampede View Post
How to do it in BobCad?

Thanks.
Hi "Stampede"

If you know the length of the flats then it is very easy to create a Hexagon or Octagon etc.

Draw a line the correct length and then go to "Line" and select "Angle" and set the angle to 60 degrees and the length to the same as the first line and then select "Pick End" and then simply click the end of the line and just keep clicking the end of each line you create until the Hexagon is done!!

If you only know the distance "across the flats" then it`s a little more involved.

Draw 2 lines you know are longer than the flats are likely to be and the correct distance apart, (Easy guesstimate!!) then using the "Line" > "Angle" system again do one line at 60 degrees from the end of line 1 and then a line at -60 degrees from the end of line 2, you can then use the "Extend" > "Trim one entity" facility under "Utilities" tab to trim off the overhangs.
You now have 2 lines that are the correct length so you can measure one and then set your 2 original lines to the same lengths and then using the "Line" > "Angle" system again do the other side of the Hexagon.

Sounds like a lot but in actual fact it only takes a few minutes once you get the hang of it!!

Worked for me anyway!!!

Regards
Rob



.
Reply With Quote

  #8   Ban this user!
Old 01-28-2009, 09:44 AM
 
Join Date: Feb 2007
Location: Canada
Posts: 381
Claude Boudreau is on a distinguished road
Wink with circle

You can use a circle the size of your hexagonal bolt , then put a point on entity anywhere, you can then use 60 degree with the rotate function around Z,and make 5copies since you already got 1 point, then use the line join function.
Reply With Quote

  #9   Ban this user!
Old 01-30-2009, 02:34 PM
Allen123's Avatar  
Join Date: Apr 2007
Location: USA
Posts: 242
Allen123 is on a distinguished road

What I do is draw an arc, then break it for the number of sides then join lines at the end points then delete the arc.
Reply With Quote

  #10   Ban this user!
Old 01-30-2009, 08:07 PM
 
Join Date: Apr 2007
Location: USA
Posts: 284
LaserImage is on a distinguished road

I know this is the BobCad thread, but I would use Corel Draw and then import it into whatever program I was using. Corel had a polygon tool that makes this very easy - wonder why it's not in a cad program?
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 01-30-2009, 09:16 PM
cnccutter's Avatar  
Join Date: Apr 2007
Location: USA
Posts: 28
cnccutter is on a distinguished road

In AutoCad you draw a circle, divide the circle into 6 parts using the divide command, draw lines connecting the nodes, delete the circle. This works with any equal sided shape..
Mark
Reply With Quote

  #12  
Old 01-31-2009, 02:27 AM
tobyaxis's Avatar
Moderator
 
Join Date: Jan 2006
Location: USA
Posts: 4,396
tobyaxis is on a distinguished road

Originally Posted by cnccutter View Post
In AutoCad you draw a circle, divide the circle into 6 parts using the divide command, draw lines connecting the nodes, delete the circle. This works with any equal sided shape..
Mark
These guys aren't using AutoCAD, LOL. But to mention a quicker way to draw a hex, just pick the Shape. Then simply dimension it. Really easy.

I'm pretty sure that there was a post prior that mentioned the use of a Script for versions 19-21.
Attached Thumbnails
Click image for larger version

Name:	hex.JPG‎
Views:	112
Size:	43.9 KB
ID:	74755  
__________________
Toby D.
"Imagination and Memory are but one thing, but for divers considerations have divers names"
Schwarzwald

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)

www.refractotech.com
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Need Help!- okk-mha-400 draw bar Ethan H OKK 0 10-07-2008 08:39 PM
draw and machine mike46 Alibre Design 8 12-21-2007 08:36 AM
Draw bar tension SIG CNC Machining Centers 0 12-03-2007 10:18 PM
Draw This...I dare you! (or help me) robinsoncr Rhino 3D 5 09-17-2006 08:38 AM
MT's with a draw bar lsfoils General Metal Working Machines 1 09-26-2003 12:56 AM




All times are GMT -5. The time now is 12:50 PM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361