Jump to content

Search the Community

Showing results for tags 'subtract'.

  • Search By Tags

    • subtract ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 9 results

  1. Hi I have a problem. If you can help I'll be glad to you. I have some chainage labels as 1+234.56 format. I want a lisp for increase-decrease selected chainage values by specified amount. Thank You
  2. Hi All, I have a solid model (layer "base solid" ), from which i want to subtract (layer "Subtract solid" ) and union (layer "Union solid" ) to the base. I get Boolean subtract and union error "Modeling Operation Error:Wire being deleted crosses face boundary." I have tried many different ways of m...
  3. Here I have a flanged Alclad Plate I developed in AutoCAD2015 Trial, I since ran it through CorelCAD 2015 because I ran out of trial time. I have to sort it out to get more time. The problem is that I tried to put a third flange on the plate (a 90 deg one) after I had successfully extruded...
  4. Alright so I have to subtract that little box inside the guide block so it looks like this http://gyazo.com/bc7fdf0552af580344d665e45127b2db I have no idea how to do this.. Thanks:? exploded version guideblock.dwg
  5. Hey guys, I am working on a project where I am attempting to design a pendant. I wanted to do this in solidworks but I am not as experience with that and I'm having issues, so I went to what I know, AutoCAD. Unfortunately I am still having problems and I think it has to do with the import file from...
  6. How can I make this allow me to select the text to be edited? (defun c:AFF ( / ss) (vl-load-com) (if (and (setq ss (ssget "X" (list (cons 0 "*text")))) (setq amt (getreal "\nPlease type the amount you would like to add: "))) (progn (mapcar '(lambda (z) (vla-put-textstring z (...
  7. andresperezcera

    Subtracting a regions

    The subtract region operation is something i have already done, but what i'm having trouble with is determining when a region is inside another one. Here I attach a sample file: cadtutor forum.dwg The main task is checking regions one by one, then determining whether it as or not another region...
  8. Hi all, Problem: Green Surface = Extruded Surface Red Surface = Lofted Surface I'm trying to subtract the green surface from the red surface. Commands Tried: - Subtract - Surftrim So far these two didn't work out very well. "Subtract" didn't do anything at all, while "Surftr...
  9. I have a piece to make in autocad 2002 and my work was blocked by a command i dont remember. I am stuck here,how can i cut only that part of the piece? With SUBTRACT doesnt work. i attached the original draw i have to make too. Please help me,if you're so kind fff.dwg
×
×
  • Create New...