Jump to content

P Retondo

Member
  • Posts

    1,914
  • Joined

  • Last visited

Everything posted by P Retondo

  1. Here's a proof, no question the construction is much more intuitive than the equally-correct trig solution. The illustration is slightly different in that an arc was struck instead of copying the second circle, for clarity. Great work, Will.
  2. Will, looks brilliant, do you have a proof? Don't doubt, just interested.
  3. Jonathan, I emailed those files to you so you can see what we are talking about. The fillet tool gives a fillet of known radius, the problem is to fillet from a known point on a curve. Also tried attaching a file to this post.
  4. Jonathan, try it, and you'll find that it can't be done if you are given the two arcs and a starting tangent point for the fillet arc. That's because you don't know where the second tangent point is. (Take a look at the two drawings for which I supplied links - one for a desired radius but no starting point requirement - the case you've illustrated - and the second for a desired starting point where radius has to be determined.) I'm pretty sure the only way to do the second as things currently stand is to calculate the fillet radius with a formula, but if there is another way I'd love to know it! The situation seems ripe for a tool to be developed. There are two cases: 1) the "snowman" case we've been talking about, and for which I've posted the formula, and 2) the "S" case where your fillet curve can be concave or convex depending on the starting point. 2) can also be calculated, but I haven't done the work yet for that. (BTW, I haven't been able to figure out how to attach an illustration directly to a post - how do you do that??)
  5. Here's a mathematical solution for the construction of a fillet arc given 2 arcs and an initial point of tangency. If you email me I can send you an excel spreadsheet that contains the formula https://drive.google.com/drive/folders/0B2Nv6O2xIh9xT3F6XzhiQkoyenM?ths=true If anyone cares I can supply a proof.
  6. You can construct a fillet of given radius using basic geometry. Tangent arcs have the property that the two arc centers and point of tangency are co-linear. Thus, using the centers of the two arcs you wish to join, construct arcs that are the sum of the radius + fillet radius. Their intersection is the center of your fillet arc. If you have a given point of tangency and not a given fillet radius, your problem is a bit more complex. Trig is required.
  7. This may not be the case for you, but I use a template where the drawing labels are in a "nonprint" class, which I change to "none" when the labels are needed. Sometimes if that class is turned off I forget the labels are there. Auto-numbering, however, does not forget they are there. Having said that, from the specifics provided it does seem like you are experiencing some kind of file corruption.
  8. The only way I've been able to do this is to create a texture from the image, framed with solid boundaries, then apply it to a NURBS surface and tweak the scale and offsets. It seems like there should be an easier way, but I don't know what it is. Applying an image to a "2D object on the 3D plane" (whatever that actually means) is possible, but that would have to be based on a 2D primitive, such as a rectangle, circle, etc. I would love to know a better way to accomplish what you are talking about. BTW, you can convert your cylinder to a group of NURBS surfaces with a simple command, then you can isolate which surface the texture applies to.
  9. Jim, after looking into it I can see that Python, though not directly compilable, is a programming language, not a macro language. This helps me adjust my approach to following the online demos - I need to stop thinking in C++. Speaking of which, I asked the question, "how do we know the type of an argument" based on my knowledge of C, where variables are declared with a type, such as "Int". Now I understand that variables in Python are not declared with a type - or at least that appears to be the case from a very cursory look at things. I guess I'll figure out along the way how that works. In C, if you reference the wrong variable type when calling a function, that results in a compiler error that is explicitly called out. Not sure what happens when you plug in a real number in a Python / Marionette function that needs an integer.
  10. Makes sense. Guess I should look into Python a bit more. I'm pretty excited about Marionette, seems like a great way to become familiar with the language and to block out a procedure.
  11. Thanks for the clarification, Jim. It's too bad Python doesn't follow one of the established models. And, out of curiosity, what is the relationship between Python and Vector Script, and why two macro languages?
  12. I've just taken a quick glance of some Python code shown at the webinar on Monday, and following the presentation with a knowledge of C++ I can see the clear parallels. As a shortcut for me, could someone spell out whether Python uses C++ syntax and structure, or some other language?
  13. rDesign, this is a bug that occurs whenever you edit a crop in a viewport. You have to toggle the preference back to "Screen plane only" whenever you edit a crop. Already reported as a bug, and there may be other operations that cause this. Alan, I've been doing 3d in VW for 25 years, and I NEVER use layer plane objects. Never saw the need for them, given that we can create 3d polys that are much more versatile, except for not being able to show 2d graphical qualities. I can't foresee ever needing that. Screen objects are much more useful, given that they are aligned to the screen regardless of your point of view, and as I've pointed out before, screen plane 2d objects are part of the original unique genius of VW when it was MiniCAD.
  14. Christiaan, have you tried setting the recess cut line to a height within the recess (should be in the OIP)? Normally, you have to adjust that height to get the recess to show as a cut in the wall.
  15. Bruce, I'm not sure I understand your question, so this may not be the answer you're looking for - all doors swings can be put into the 4 potential configurations using the "Flip" button in the OIP.
  16. Will, your post is a little confusing. You say you already have hybrid (i.e., 2d/3d)auto symbols, but then you want to add 2d to them? To convert a hybrid to 2d only, just save a duplicate of the symbol and delete the 3d content.
  17. Mike, awesome! Just to be clear, MH, Mike means when you have double-clicked on the symbol and it shows up rotated in its edit space, you use a command to activate the Top/Plan view, and the symbol will rotate to it's normal orientation. Mike, it looks from the behavior of the screen as though VW is actually accomplishing this through the "rotate view" algorithm. The beauty is that you can still see other objects in normal edit space to work on the symbol in context.
  18. MH, this is a feature. It allows you to edit the symbol in context when you've toggled show other objects in edit mode. To get around it, you can also duplicate the symbol, set rotation to zero, and double-click.
  19. With the selection tool enabled, push "J" and click to get coincident objects, which are displayed in a window. For overlapping or closely bunched objects - vw tells you there are coincident objects with a little "*" cue.
  20. Jonathan's got the answer. Make sure every point you want to move is in the multiple-reshape marquee. I often use the "tab" to bring up the floating data bar (you may have different settings for data bar visibility), tab again to go to the "L" field, enter the distance you want, press "Enter", then hold shift to constrain to the direction you want to move.
  21. No problems resembling that here.
  22. Good point, DWorks! I don't see why the code couldn't be written to do this.
  23. Go for the 3.2 GHz, mate. 8GB RAM might be more than VW can use at present, plus you can always add RAM later. Are you really using vw2011? Major improvements in viewport update speed since then.
  24. I don't think so, but I'll do a test and let you know. Okay, exported from a sheet layer using the setting you indicated for viewports, no problem - no crash, .dwg file looked okay. My target was AutoCAD 2000i, if that is a difference. [img:left]http://www.retondoarch.com/ConstDocs/VW%20files/Export%20dwg.pdf[/img]
×
×
  • Create New...