AutoCAD .NET :: Recognizing Solid Features

Oct 5, 2012

When opening a third party drawing, is it possible to use the API to "recognize" user-created 3D features in AutoCAD? For example: grooves, holes, notches, and such? Also, if there are any attributes attached to the original 2D sketch, can those be queried as well?

View 1 Replies


ADVERTISEMENT

AutoCad 3D :: How To Colorize / Hatch Individual Faces Or Features Of Solid

Oct 20, 2013

I have been tasked with making a feature/hole chart for a complex cast & machined part.

What the quality engineers want is color-coding of the actual features to denote which machining operation they are cut in. It's intended to be a quick reference for the machine operators to identify if there has been a missed operation, broken tool, etc...

What I have done in the past with simpler parts is import the .stp file, then FLATSHOT each of the views. I HATCH (solid) the boundary of the machined feature, then add the hatch pattern to a layer for the appropriate OP number. Callouts are added to the layout in paper space, and it's released for issue.

The problem with the new parts that I am working with is that they are MUCH more complex than the others I have done (50-60 machined features, complex compound shapes and curves, etc...), so using FLATSHOT results in many, many broken boundaries and edges. This has made editing them to get HATCH to work exponentially more tedious and time consuming.

I've tried to hatch by picking internal points rather than by manually selecting boundaries, but it takes 5-10 minutes for my machine to finish "analyzing the selected data" and almost universally fails to generate a hatch. When it does work, the hatch is incomplete, due to curves and angles in the machined surface.

The above method does work, but it's causing me to neglect other projects due to the time required. Any (comparatively) simple/easy way to accomplish this directly on the 3d solid of the part to speed things up.

I am using Inventor suite 2008, but I am not well versed with Inventor or the 3d capabilities of AutoCAD. I use Mechanical Desktop 2008 for the majority of my CAD work.

View 2 Replies View Related

AutoCAD Inventor :: Commands Work Features Not Active In Edit Base Solid

May 2, 2012

Commands Work features is not active in edit base solid.

How to make  plane? How to make active ?

View 2 Replies View Related

AutoCAD Inventor :: Set Features To Be Invisible When Create Sketch After Those 3D Features

Sep 3, 2012

Is there any way to set features to be invisible when create sketch after those 3D features so as to make the sketch more easy to see?

View 3 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Select Non-solid Entities On Solid Layer

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

AutoCAD Inventor :: Split A Single Solid Body Into 2 Solid Bodies?

Sep 19, 2012

I'm trying to split a single solid body into 2 solid bodies. The problem is that the body I'm trying to split consists of two separate pieces. I can split a body when it is a single piece no problem, but I'm having the problem when the two pieces are not joined at all.

When I try and split it on the origin plane it gives this error:

"Creating parting line failed. Could not build this Split"

When I try and split it on a work plane lying on one of the pieces it gives this error:

"Creating parting line failed. Modeling failure in ASM. Redefine inputs."

Or, another variation on this erorr:

"Creating parting line failed. Split feature could not create two bodies. Change the Split Tool so that split feature can create two bodies."

View 4 Replies View Related

AutoCAD Civil 3D :: Import 3D As Solid Objects Or Convert Polymesh To Solid

Jun 18, 2013

I have a.3ds file imported into Civil 3d. The object imported as a polymesh in Civil 3d. I need the solid 3d object to do some edit like slice or union and subtract.

The question is "How can I import .3ds into Civil 3d as a solid objects or hoe can i convert polymesh to solid?"

View 9 Replies View Related

AutoCAD 2013 :: Converting Complex Solid Surface To Solid Model

Aug 12, 2013

I have finally created the shell of the complex surface that you see. This is only a section of the part because I cannot show the whole thing for proprietary reasons. I formed solid surfaces using the network command. The propblem is that it will not convert to a solid because the surface seams are not "water tight." When the network command created the solid surfaces, the surface seams do not exactly match the lines so there are gaps in all the seams. I have tried blending, patching, etc. and nothing works. how to convert this to a solid without losing the outlines and the shape?

View 3 Replies View Related

AutoCAD 2010 :: Remove Line Inside Solid Object / Transparent Solid Objects?

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

AutoCAD 2013 :: Trim A 3d Solid Using Another 3d Solid As A Cutting Edge?

Aug 27, 2013

Is it possible to trim a 3d solid using another 3d solid as a cutting edge? I want to cut the edges of a dam using the natural ground surface (which is also a solid) as my cutting edge.

View 3 Replies View Related

AutoCad 3D :: Trim Diagonal 3D Solid To Top Of Horizontal 3D Solid In Picture?

Jul 10, 2013

Is there away to trim the diagonal 3d solid to the top of the horizontal 3d solid in the picture.

View 4 Replies View Related

AutoCAD Inventor :: Make Solid / Change Parameter Of Solid

Nov 18, 2012

I am making a design on inventor 2013 for a colleague who does not know how to use the inventor.

I want to make the solid and then set something up that allows the user to change a few of the parameters of the solid in a very user friendly way (i.e. a box that says "cylinder radius" and has an input box so the user can enter a value).

View 9 Replies View Related

AutoCAD 2013 :: Hatching Looking Solid But Its Not A Solid Pattern

Dec 13, 2012

i am having a hatching issue, it seems no matter what hatch pattern i use and what hatch scale, alot of the hatch looks solid instead of the pattern i want, for example i am using currently ANSI37 @ Annotative with a scale of .20 and on the same paperspace page one plan with the hatch shows the cross hatching and the other one below looks solid (see attached) now i can go and say change the hatch scale and it reverts to the cross hatching, but then when i zoom out it goes back to "solid" is it a graphical issue?

View 7 Replies View Related

AutoCad 3D :: Subtract Smaller Solid From Bigger Solid

Nov 7, 2012

I want to subtract smaller solid from bigger solid.I can not understand how to move smaller solid and place it in front of bigger solid.

View 6 Replies View Related

AutoCad 3D :: Convert Some Solid Bodies To Single Solid?

Dec 1, 2006

How can i convert some solid bodies to a single solid.

View 8 Replies View Related

AutoCAD 2010 :: Not Recognizing PAT File?

Nov 29, 2012

Our new employee is trying to do a custom hatch of a stone pattern, but when he selects it, he gets a message saying it's invalid. I had him copy over the entire PAT folder that I use and tell his support directory to look at it. It works when I use it on my computer. So far none of the other custom hatch patterns give him an invalid message, just this one.

I know he's working on drawings that another ex-employee started. He used a whole different set of PAT files for some reason. I think when we were looking for downloadable files and just used whatever he found. And this new employee is working on the computer of someone that is no longer with the company...so it's impossible for me to find out who did what. Also, I don't know if it makes a difference, but I (and 2 other people) have Architecture 2010, and the rest of the employees have AutoCAD 2011. I don't think this is an issue because no one else seems to have this problem, and like I said before, all the other hatch patterns work.

The thing that doesn't make sense to me is that I'm pretty sure this pattern is a standard custom hatch, because it's found in my "AutoCAD Architecture 2010/support" folder, as opposed to my "ACA 2010/enu/support" folder. But when I go into his system, he doesn't have any of those patterns in his similar folder.

View 1 Replies View Related

AutoCAD Architecture :: Not Recognizing AEC Elements / Unknown Command

Jul 6, 2012

I have been using Architecture 2013 for a while now, but now there is what I beleve to be a configuration issue.  Essentially, ACAD loads,but does not recognise any AEC components.  The tool pallette no longer has an icon to add a wall, for example.  If I load an older drawing that has a wall in it, and select the wall, the Properties window says it is a wall, but none of the blue grips is visible.  Right clicking does not give the option to "Edit Wall Style" for example.  It behaves as though it does not know what an Architecural element is. If it type "WALLADD" at the command line, it says ""Unknown Command".

The company I purchased it from initially had me do a "repair", then a "reinstall" and then a "Clean reinstall". All of which I have done.

View 2 Replies View Related

AutoCad :: PGP File Not Recognizing Command After Saving / REINIT

Sep 12, 2012

I have a customized Acad.pgp file with modified command prompts. I use LLL for LAYUNISO to minimize keystrokes (and am currently using AutoCAD 2013). I have the following line of script:

LLL, *LAYUNISO

However, I save the pgp file and reinitialize the .pgp file with REINIT, but when I type LLL, I get the _limits command not LAYUNISO. In the meantime, I use LLLL for LAYUNISO which seems to do the trick. I ran a search in the .pgp but nothing is showing as LLL, * _LIMITS. I also did an audit and closed down AutoCAD.

View 1 Replies View Related

AutoCAD Architecture :: 2012 Stopped Recognizing Commands

Apr 3, 2013

I am using autocad Architecture 2012. the other day it randomly stopped recognizing most commands. I cannot TRIM, CO, OFFSET, ect. all of the main ones. a couple things still work, If I need to draw a circle I can type D and still input diameter. But for all of the rest of those it says "Unknown Command, press f1 for help."

View 3 Replies View Related

AutoCAD 2013 :: 2014 Not Recognizing Commands Entered Quickly?

Aug 14, 2013

As the title says, when several commands are entered very rapidly, i.e. zoom + extents (z+e), AutoCAD doesn't seem to recognise the second command. I believe there was a command that I came across a while back that adjusted the time delay between entered commands but I am unable to remember or locate it.

Any way to decrease the minimum time between entered commands?

View 4 Replies View Related

AutoCAD Civil 3D :: Cross Sections Not Recognizing Labels Or Elevation

Feb 22, 2013

I created several cross sections for a roadway design utilizing sample lines. I created multiple sample lines along the CL alignment and inserted the cross sections without any errors. The peculiar part is when I try to inquiry or label any cross section, nothing happens. Using the inquiry tool, I get an message that reads "Warning: Specified point is outside the section view. Try Again." If you see the attached PDF, you'll notice that the point I selected is dead center of the particular cross section in question. When I attempt to use labels to mark elevations, in the command line, it repeats "Pick a Point" but does not insert a label.

I created other cross sections in the same fashion and do not have this issue.

View 3 Replies View Related

AutoCAD Civil 3D :: Node Osnap Not Recognizing Certain Point Marker Styles?

Oct 31, 2012

Is there a reason why the "node" osnap won't recognoze certain point markers?  I have recently begun using named plot styles and I have been revising some of our markers to reflect this.  I have noticed that some of the point markers (it seems like markers that use a circle as part of the marker) won't show the node marker no matter how I hover around it.  Others seem to be normal.  

View 7 Replies View Related

Photoshop :: CS4 Not Recognizing 8g Ram

Oct 26, 2008

I am running Vista 64 bit Ultimate with 8g of ram. CS4 is only recognizing 4 g and is running very slow. How do I get it to see the ram?

View 7 Replies View Related

Photoshop :: Windows 8 Pro - CS6 Not Recognizing GPU

Oct 27, 2012

I have installed Windows 8 Pro. Photoshop CS6 does not recognize my graphic processor unit (AMD). I have installed the latest drivers from AMD for Windows 8.

View 13 Replies View Related

Photoshop :: CS6 Is Not Recognizing PNG Files?

Feb 6, 2013

I cannot open any of my PNG files in CS6.

View 7 Replies View Related

Photoshop :: Adobe (S 5.5) Not Recognizing All Of RAM?

Nov 20, 2012

I am currently running a Mac with OS 10.8.2 and have installed Adobe CS 5.5 Production Premium. Within Photoshop- Preferences- Performance, Photoshop is only recognising 2100MB of RAM, while my Computer has 16GB of RAM available. I have checked and according to the OS Finder, this 16GB is active.

I have also checked across other Adobe programs such as Adobe Premier and have confirmed that here it is also recognising the Available 16GB of RAM. Thus it is only in Photoshop that this is occurring. I have since deleted all of my preferences from both the user level and the hard drive but no recification. I have noticed a recent discussion which sounds very familiar, [URL]....

however this is on a windows based system and the last suggestion from a user was to a windows related issue and I am not sure that fixed the issue for them or not.

View 4 Replies View Related

Photoshop :: CS6 Not Recognizing Plugins?

Jul 8, 2013

I installed plugins for CS6(64bit) in Program Files/Adobe/Adobe Photoshop CS6 (64 Bit)/Additional Plug-ins  and nothing!  CS6 doesn't recognize it, namely "dofpro.8bf" and it's companion file "convert.exe".  I have verified that the above path is in the preferences of CS6 for additional plugins.
 
I then copied the files to Program Files/Adobe/Adobe Photoshop CS6 (64 Bit)/Plug-ins!
 
I have looked all over and cannot find any other places to install the files.
 
The instructions for the DOF Pro software said to simply copy the two files into the folder where CS6 has it's plug-ins.  I don't know why CS6 is not displaying the DOF Pro filter option in the Filter drop down menu.

I am running Windows 7 Home 64bit and it is fully up to date.

View 2 Replies View Related

Lightroom :: 4.4 Not Recognizing Photos

Nov 14, 2013

My Lightroom 4.4 does not recognize my raw format photos files from my Olympus EP-5. It does recognize files from my Canon 5D marc2.  I'm using a Mac computer by the way. 

View 1 Replies View Related

Photoshop :: CC Is Not Recognizing Any Of Installed Printers

May 22, 2013

Photoshop is not recognizing any of my installed printers (inconsistently...)

View 3 Replies View Related

Photoshop :: CS6 Not Recognizing Tablet Pen Pressure

Dec 27, 2012

I just recently upgraded to Photoshop CS6 and for a while everything was fine. Then for no reason that I can see, the pen pressure recognition for my tablet simply stopped working. It literally was working one day and then stopped the next.
 
I am using a WACOM Intuos2 tablet, and have uninstalled and reinstalled the drivers for it many times to see if that was the problem. I have rebooted after each successful uninstall and reinstall, with zero effect. I have tried other USB ports with no effect. The tablet software recognizes the pressure when I run a diagnostic, it simply does not work in Photoshop. I realize the tablet is an older model but I can't imagine it is incompatible with Photoshop CS6.
 
I have made certain everything is up to date, including Photoshop, Windows 7 32bit, any hardware drivers and my tablet driver.

View 3 Replies View Related

VideoStudio :: Recognizing Easy Cap Adapter

Jul 5, 2011

My installation does not recognize the EasyCap adapter (nothing shows on "Select Device" menu). I have re-installed and downloaded 64 bit drivers from the net with no effect. Running Vista Home Premium 64 bit, SP2.

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved