AutoCAD 2010 :: How To Identify Invalid Solids Without Having To Select Each Solid Individually
Nov 1, 2012
how I can Identify invalid solids without having to select each solid individually.I would think that a lisp routine would be the way to go, but I cannot find what makes a solid invalid as opposed to being valid.
View 3 Replies
ADVERTISEMENT
Feb 21, 2014
I am adding materials to a structural element (HSS8X8), but I need to show a different material/color for certain X-Braces only. When I select the X-Brace elements I want to change the material. all of the HSS8X8 in the whole model get changed too. How do I apply the different materail to the ones that I selected only and not global?
View 2 Replies
View Related
Mar 14, 2012
I have a part which I am using the Split tool to make two solid parts. All was fine until a few days later when I went back and made some changes to the surface I was using for the Split. Now, Inventor has flipped the two solid bodies, so later features I had placed now don't work.
View 9 Replies
View Related
Oct 20, 2011
1) I have a solid with vertical walls. I need a solid, were some walls ar not vertical. So I need to move some vertices to the offset of top edge. Please, check a pic.
(yellow edges have to be were are the red ones).I did it with construction lines, but I'm sure there is a more efficient way (with a command like offset).
offset.JPG
2) Can I offset just a part of the solid at all?
View 2 Replies
View Related
Jun 6, 2013
what's the best way to subtract one solid from another then turn the remainder into multiple solids?
View 1 Replies
View Related
Dec 22, 2004
Is there a command within AutoCAD2000 to establish the centre of gravity of a solid or solids?
View 7 Replies
View Related
Mar 19, 2012
We have this need to have all of the solids in a drawing to be placed in the "solid" layer.
Sometimes folks are drafting lines to develop these solids, and keeping the lines on the "solid" layer, rather than moving them to another layer, or deleting them altogether.
I could get folks to run this command before leaving the drawing.
I'm thinking something along the lines of:
Select all entities that are on the solids layer that are not solids.
If nil, great, do nothing.
If entities are selected, let me do something with them.
I'm hoping the following can be modified ever so slightly.
(setq non_solid (ssget "X" (list (cons 0 "3DSOLID")(cons 8 "solid"))))
View 4 Replies
View Related
May 21, 2012
In any given shaded visual style, is there a way to select solids by their edges rather than the face? Ideally I would like to have X-Ray visual style turned on and be able to select objects in the background through objects in the foreground. This used to be possible in AutoCAD 2006, but I can't find any variable in AutoCAD 2011 to achieve this.
View 9 Replies
View Related
Apr 11, 2013
I need to do a cut extrusion on a multibodied part and need to select the solids. As of right now I have to select each one individually rather than doing a drag box or something like that. how I can do this fast, I've got a multibody part w/ over 1000 solids (I didn't create it, yes I know this is probably excessive).
View 9 Replies
View Related
May 22, 2013
I sometimes go through my images in a randome order, adjusting the most promising and then going back to some of the others later. I'd love a way to isolate those images that I haven't touched, so that I can quickly find them and finish them up.
I tried a Smart Collection eliminating recent images that had been cropped or "adjusted". That should have done it. However, Lightroom doesn't consider local adjustments like the paint brush or gradient filter to be adjustments, so those images remain in the collection, even though I have "adjusted" them with a local filter or brush.
Is there any way to isolate images that have not been adjusted in any way?
View 3 Replies
View Related
Sep 16, 2013
How can I remove the lines in the middle after I press and pull the objects.
Attached is the Untitle.jpg, to make more clearer to you. Blue is the wall and skyblue is the aquarium. I want the back and the front of the aquarium don't have any line in the middle but even I do shade command the fill of the color is still there. Cause if I explode and delete the line in the middle the colors that fill the aquarium are getting rid off See Untitled 2.Jpg to see what I mean. And also how can make the aquarium Untitle 3.jpg transparent?
View 9 Replies
View Related
Apr 11, 2012
I'm using 2D wireframe as my default view while extruding some solid pipes. Everything appears to work fine, but when I switch to any other shademode eg. 3D wireframe, some of the pipes disappear. In Navisworks they show up as listed objects in the selection tree but cannot be displayed and more imporantly do not get considered in clash detection.
I can't see anything different about the properties of the "hidden" pipes over any others that can be seen.
If I slice the "hidden" solids, then one half or both halves become visible like a normal solid again.
I have hundreds of pipes to model and clash so need to resolve what's happening here. Attached is a small sample file.
View 2 Replies
View Related
Nov 23, 2012
I have an assembly with some hidden solids in which are turned to invisible in both part and assembly but they show on the drawing.
how to not show these in the drawing but still show the unhidden soild.
View 2 Replies
View Related
Jul 24, 2012
Is there a way in Autocad to create a solid that moves, for instance I have a piece of equipment on a hinge and i wanted to show how the equipment looks in use and then how the equipment looks once it moves on the hinge.
View 1 Replies
View Related
Aug 14, 2012
I have this 3D refrigerator block from GE and I want to extract 2d front, plan, sides. I tried flatshot and all the sol's solprof, soldraw, solview and I get a message saying there are no solids or surfaces to extract.
View 2 Replies
View Related
Jul 20, 2011
I have noticed that "Data Extraction" does not give you geometry information of a 3D solid such as position X, Y, and Z, and Length, Width, and Height. This information IS available in "Properties". Is there a way to extract this info to csv or some other format?
View 6 Replies
View Related
Dec 17, 2012
I am beginner at 3D modeling, I have to solids and trying to subtract them. I have done it many time on this particular drawing but for some reason it is not working now. Here is my command prompt
Command: _subtract Select solids, surfaces, and regions to subtract from ..
Select objects: 1 found
Select objects:
Select solids, surfaces, and regions to subtract ..
Select objects: 1 found
Select objects:
Dimension disassociated.
Here is an image of what I need to subtract. Why is it not working?
View 4 Replies
View Related
Mar 3, 2012
Is there a way to add "Round or Fillets to solids"?
View 2 Replies
View Related
Sep 1, 2009
Size of Drawing file is 4.33 mb. But Can not Open. A message appears " Drawing File Invalid"
Can I Retrieve the data.? No backup file is available in my system. I have tried with recovery tool but unable to get original data
for Any other option .
View 9 Replies
View Related
Oct 11, 2012
I have a small LiSP routine I wrote about 14 years ago that no longer works. It is supposed to update a logo on a title block using the -insert command with a redefine option and a cancel
(command "-insert" "K:\FORMATS\LAYOUTS\GSILOGO.dwg" "y" ^c)
When I run the routine I get an error message "Invalide block name" and it cancels the command without updating.
Yet, if I insert the same block through the insert dialog box it allows the file to be inserted.
View 9 Replies
View Related
Mar 13, 2013
I am trying to create a linetype from the following:
FENCELINE3,Fence line ----X----X----X----X----X----X—
A,.5,-.2, ["X",STANDARD,S=.1,R=0.0,X=-.05,Y=-.05],-.2
I am getting a bad definition of FENCELINE3 at line 118 of C:Program FilesAutoCAD 2010UserDataCacheSupportacad.lin
Invalid number or bad continuation.
View 1 Replies
View Related
Jun 9, 2011
I get the above error message when i try to open a DXF file which was exported from LSS. The survey data from TPS seems to export fine, but the GPS data won't open.
I've read the previous posts on this error messages, but most seem to be relevant to autocad 2007. However tried the remedy suggested (through MS word) but that didn't work.
View 9 Replies
View Related
Jun 15, 2009
When I try to open any of the Hydraflow extensions, I get the following message: "Installation error Invalid installation. Program ending." I ran a repair from Windows, but get the same result. How to successfully open/use any of these Hydraflow components in 2010?
View 6 Replies
View Related
Sep 26, 2012
I'm currently getting the "1324 Error. The folder path 'My Documents' contains an invalid character."
when trying to run AutoCad 2010. It had been working fine previously, but now it gives this error and won't allow me to use it. I am also unable to uninstall or reinstall the program without getting the same error.
I have confirmed that the profile is not set to roaming. I have also tried deleting the registry entries as recomended here:
[URL]
The user account is local administrator. The OS is Windows 7 64bit.
View 1 Replies
View Related
Nov 8, 2012
I'm using AutoCAD Mechanical 2010 and received a .DXF file that contains 'solid' objects. Unfortunately the next tool in my workflow doesn't understand 'solids' only polylines (and a few other basic shapes like circles, lines, etc). Is there some way to convert the object in AutoCAD?
I tried the 'boundary' command but when it asks to 'Pick Points' and I click inside the solid, it always gives the error 'Valid hatch boundary not found'.
What am I missing here?
View 1 Replies
View Related
Apr 30, 2013
I have a problem with selecting a solid hatch in autocad 2014 or 2012. from some reason when I click in random place on top of the hatch it always select it self even if it's not highlighted. It causes a problem when i need to select group of item which are on top of the hatch with the selection box. I did not have this problem in previous version. i also find it very strange that in different drawing in the same autocad version that problem do not exist. is there any variable to be set to solve that issue?
View 1 Replies
View Related
Mar 27, 2013
I have a solid of a vortex breaker for a nozzle in a cone, from which I subtracted the cone. But when I attempt to subtract the nozzle as well, it will not subtract. I have verified that both entities are solids. I copied them into a new drawing by themselves. I even rebooted my computer--all to no avail. I have attatched a drawing of the two solids.
View 2 Replies
View Related
Jun 27, 2013
I want to add a cut out in a lid I have drawn to represent where a door will be installed, what steps do I needto take to accomplish this?
View 1 Replies
View Related
Mar 9, 2012
I've be trying convert a 3D solid model to DGN file and until now no success!
When I tried to export the model the error message of Figure 1 was returned. I'm using the settings of Figure 2. Is attached too, the DWG file for analysis.
View 3 Replies
View Related
Jan 20, 2013
I am working on 3D modelling of a building in AutoCAD 2010. The 3D model has 7 elements ie walls, roof and its constituents and floor and its constituents. I have to mesh the 3D model created so that I can use the meshed model for further analysis. Is there any method for meshing the created 3D model in AutoCAD?
View 1 Replies
View Related
Jun 13, 2013
I am trying to figure out how to put a miter on one end of a 3d solid cylinder?
View 1 Replies
View Related