AutoCAD Inventor :: How To Delete A Work Surface

Aug 1, 2013

How to delete a work surface.  These work surfaces were imported from an iges file which contains thousands of work surfaces.  They are not associated with a part feature which can be deleted.  I've developed a routine to sort through these and identify unwanted work surfaces based on their positions.  The best I've been able to come up with is to make them invisible, but I'd really like to delete them completely to clean up the file.  I did try to loop through and delete any surface body objects associated with the work surface but that failed. 

View 8 Replies


ADVERTISEMENT

AutoCAD Inventor :: Create Work Axis Where Work Plane Intersects Curved Surface?

Sep 9, 2013

I keep running into a situation where I would like to be able to create an edge or a work axis at the intersection of a work plane and the surface of the part.  I figured out a work around if the surface is flat, but I haven't figured out a work around for a curved surface.

How do I create work axis where work plane intersects curved surface?

Or put another way: How do I project intersection of work plane and curved surface onto the work plane in a 2D sketch?

I need to be able to draw a 2D sketch on the work plane, but get a perfectly matching projected line onto the work plane, from the curved surface, at the intersection of the curved surface and the work plane.

The attached jpg shows the intersection in question.  I circled it.

View 5 Replies View Related

AutoCAD Inventor :: Delete Work Features From Derived Part?

Nov 10, 2011

How do I delete work plane 1 from the attached part, 'test derived'?

workflow.

create a part, pattern a plane, save as 'test deriver'

create new part, derive work plane 1 from 'test deriver' sketch onto work plane 1, save as test derived

go back to 'test deriver, delete the pattern and create a new pattern, work plane 2, (i couldnt just edit it because the real life case was a series of patterns at different distances)

open part 'test derived', edit the derived part to include work plane 2, (work plane 1 doesnt exist in 'test deriver' anymore) redefine the sketch onto work plane 2

try to get rid of work plane 1 from the part?

View 4 Replies View Related

AutoCAD Inventor :: Shrinkwrapped File Extruding / Sculpting And Delete Faces Don't Work

Jul 19, 2013

I have a shrinkwrapped file. Now the link is broken from the actual assembly and the orginal assembly is now gone. Now in this shrinkwrapped file, there is a portion that I want to isolate. Is there any way to delete / remove the other parts that i dont need? Extruding, sculpting and delete faces dont work. So far the only thing I can do is add extrusions to the part but not remove.

View 1 Replies View Related

AutoCAD Inventor :: Create Work Plane Perpendicular To A Surface?

Aug 20, 2012

How to create a work plane that is perpendicular to a surface? I'm trying to do this so that I can "split" the object into two separate entities where the plane is.

View 9 Replies View Related

AutoCAD Inventor :: Work Axis Normal To Surface Patch

Apr 24, 2013

I have a complex surface that consists of many patches. I need to place a work axis perpendicular to one of the patches on the surface of the cheek.  It could be on the interior of the patch or it could be at one of the vertices of the patch.

View 6 Replies View Related

AutoCAD Inventor :: Adding Work Plane To Non-linear Surface?

Oct 9, 2012

Is there a method to add a work plane to a curved surface ? I need a construction plane adding to a curved surface to allow a sketch to to added to this plane, not sure if this is possible but the problem I have is adding a series of sketches to a curved surface to then extrude-cut for window openings.

Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)

View 8 Replies View Related

AutoCAD Civil 3D :: Delete Zero Elevations From Surface?

Feb 1, 2013

I graded a commercial site with mostly feature lines. I added points where I needed them to get everything to work. After modifying my surface, I suddenly have zero elevations randomly throughout my site. They don't make any sense why they appear. Some are just added to my drawing and others are existing points that were changed to zero. I can go to a back up drawing from a few hours ago and redo some grading, but I would like to know if there is a way to just erase zero elevations from the surface. I remember LDD was able to create surfaces ignoring elevations below a set elevation.

View 4 Replies View Related

AutoCAD Civil 3D :: How To Delete The Broken Surface Reference

Jul 19, 2007

I have got the ole Program Errors Dialogue back again. It seemed to stem from a rogue data shortcut that got broken.

I could not delete the broken surface reference, so had to create another data shortcut, create a reference and then I had the opportunity to delete the rogue surface and then the data shortcut.

Anyway, I got this error on Audit. (see image attached)

and this was the audit command line dump...

Command: audit

Fix any errors detected? [Yes/No] : y

Auditing Header

Auditing Tables

Auditing Entities Pass 1

Pass 1 100 objects audited

AcDbDictionary(8AB)
XData String Length 260 > 255
Truncate to 255
AcDbDictionary(8AB)

could not be repaired.

Pass 1 30600 objects audited

Auditing Entities Pass 2

[Code]...

I may have made an error by importing a data shortcut I didn't need in past weeks on this job. When a data shortcut is broken, it is quite hard to remove the reference.

Anyway, perhaps I just need to upgrade but I don't want to do it for this curent project as I am almost finished. (famous last words).

So what is causing this error that cannot be fixed? I didn't ask foran Xdata string to exceed 255 characters...

View 1 Replies View Related

AutoCAD Civil 3D :: Delete Label Once And Modify Surface Triangulation

Feb 8, 2013

I can delete the label once and modify the surface triangulation

View 3 Replies View Related

AutoCAD Civil 3D :: API / Delete All Breakline Sets Included In Definition Of Surface?

Oct 29, 2013

I want delete all breakline sets of one selected surface using API.

There is "SurfaceOperationAddBreakline" but I don´t find "SurfaceOperationDeleteSetBreakline" for example.

Is there other way to delete all breakline sets of one surface?

Later, I want to create one set breakline for each layer which has been selected by user.

I know that I can use qselect, but I want do this process automatically.
 
Autocad Civil 3D 2014 +SP1
Quad Core Intel i7 3770-cpu 3.40Ghz.
ssd samsung 840 pro 512gb+ssd samsung 840 pro 256 gb+1tb hdd
32gb RAM 1600 Mhz.
nVidia Quadro 2000.
Win 7 Pro 64bit

View 3 Replies View Related

AutoCAD Civil 3D :: Remove (delete) All Breakline Sets Included In Definition Of Surface

Oct 30, 2013

I would like remove(delete) all brealkine sets inluded in definition of surface.

 try
{
Document doc = Autodesk.AutoCAD.ApplicationServices.Application.DocumentManager.MdiActiveDocument;
Database db = doc.Database;

[Code]...

However, I don´t understand how I can get type of Surface Operation..

This code line doesn´t work.

if (OperationColl[i].GetType().ToString()== "SurfaceOperationAddBreakline")

Autocad Civil 3D 2014 +SP1
Quad Core Intel i7 3770-cpu 3.40Ghz.
ssd samsung 840 pro 512gb+ssd samsung 840 pro 256 gb+1tb hdd
32gb RAM 1600 Mhz.
nVidia Quadro 2000.
Win 7 Pro 64bit

View 3 Replies View Related

AutoCAD 2010 :: Copy / Paste And Delete Don't Work

May 9, 2012

I've got a user that when he clicks on an item to highlight it, he can't drag it anywhere, can't copy and paste it, and can't delete it. I've uninstalled and resinstalled the application more than once.  After an uninstall, I went through all directories and deleted all remaining files and folders that had either Autodesk or AutoCAD in the name and spent 1 1/2 hrs sifting through the registry and eliminating all Autodesk and AutoCAD entries.  I then reinstalled the application (AutoCAD 2010), and the user is still having the same issues. 

OS: Windows XP SP3

Product: AutoCAD 2010

View 9 Replies View Related

AutoCAD Inventor :: Curved Surface - How To Increase Volume Of Surface At Certain Points Only

Apr 10, 2013

how I can add more volume to curved object surface? Say for example I have a plastic cup.You can think of this as cylinder object ,which was the shelled out using the shell tool and then had its base sealed.

Now at certain parts, I would like to increase the thickness and then blend it the rest of the surface(may be chamfer its edges) .

At certain parts on curved surface I would like to add an extra mm, I think if the surface was flat I would just sketch the shape, then extrude it by few mm and smooth the edges by doing a chamfer

But how can this be done on surface that is curved? Or multi curved for edges?

View 9 Replies View Related

AutoCAD Inventor :: Ribs On Curved Surface / Trimming To Complex Surface

Feb 28, 2013

I'm designing a press for a skateboard similar to: Rib Press

I have the board modeled: (see attached)

Now what i want to do is generate those ribs as seen in the picture.

I tried creating a block that intersected with the board and tried to split the rib at the surface, but to no avail. I think the issue has something to do with the curve of the board in two directions, but i can't seem to get it right.

if you are having trouble visualizing what i'm asking about, look at this. I want to be able to figure out the exact shape of those center ribs to print and eventually cut out of wood.

View 9 Replies View Related

AutoCAD Inventor :: Extend Button Flat Surface Diameter 12.5 Upto Shaped Surface

May 31, 2012

It is not possible forme to add the fil because it is to large 1.8MB how can I poste then I like to know if it is possible to extend the button flat surface diameter ø12.5 up to the shaped surface. The result should be a total solid block whit a surface shaped hole.

File last up-date with Autodesk Inventor Professional 2013

View 6 Replies View Related

AutoCAD Inventor :: Extrude Feature And Select Part Surface For New Sketch - Offset Surface?

Dec 9, 2011

I am a beginner when a extrude a feature and select a part surface for new sketch now i want is to offset that surface but i can,t there is + sign with mouse icon and something like fully constrained is written in down the window.

View 9 Replies View Related

AutoCAD Inventor :: Merge Flat Surface To Circular Surface?

Dec 6, 2012

I am trying to merge the gaps left from extruding a flat surface off a circular surface, delete face and heal does not appear to work.

Autodesk Inventor Professional 2013 SP2 64-Bit Edition
Windows 7 HP Z400, Intel Xeon W3550 3.07GHz
12.0GB RAM, ATI FirePro V4800 (FireGL)

View 2 Replies View Related

AutoCAD Civil 3D :: Delete Key Doesn't Work / Unable To Edit Text

Mar 4, 2009

I have to go up to cut and select the object to delete. Also when I click on text the edit dialogue box doesn't come up. I have to go to properties to edit.

View 9 Replies View Related

AutoCAD Civil 3D :: How To Create A No Work Zone On A Surface

Mar 6, 2012

I use RocTek for cut/fil calculations, but the program is old and basic, I'm trying to transition to Civil 3D 2012 right now. Typically I create "no work zones" around my building footprints, so that I can do a more detailed take-off in those areas for over-excavations and that sort of thing. Right now I'm using Civil 3D to create an existing surface, a proposed surface, and then a volume from between the two. I thought if I just traced my proposed contours over the existing within the building footprint that I would get what I was looking for. However, analysis of the cut/fill volume shows that there are still some changes being made around the edges of the building.

Is there a specific way to make a proposed surface, but leave parts of the existing surface untouched?

See attached photo. The upper middle portion of the screen is where the building is (forgot to turn on layer).

View 2 Replies View Related

AutoCAD Civil 3D :: Surface Transparency Does Not Work In 2013

Jun 22, 2012

this thread confirms that Autodesk broke the surface transparency functionality in 2013. I imagine by the lack of response to the original thread that this is either a little used or not well published feature....

[URL]

IDSP Premium 2014 (mainly Civil 3D 2014 UKIE SP1 & Infraworks with some limited 3ds Max Design)
Win 7 Pro x64, 256Gb SSD, 300Gb 15,000 rpm HDD
16Gb Ram Intel Xeon CPU E5-1607 0 @ 3.00GHz (4 CPUs), ~3.0GHz
NVIDIA Quadro 4000, Dual 27" Monitor, Dell T3600

View 9 Replies View Related

AutoCAD Civil 3D :: Create Surface Commands Do Not Work

Oct 25, 2013

I recently upgraded to Civil 3D 2013 and now all of my "Create Surface" commands do not work. I get the message " _AeccCreateSurfaceGridFromDEM Unknown command "AECCCREATESURFACEGRIDFROMDEM".

View 2 Replies View Related

AutoCAD Architecture :: Selecting In Menu Surface Doesn't Work

May 17, 2012

After a few seconds in the program the menu with all the slides like insert,view,etc. somehow freezes. i can´t pick it anymore. the rest of the program is working,i can work on the work surface with the current tool, but choosing an ew one isn´t possible. i have this problem with different version 2011,12 and even 13....

Working isn´t possible this way.

View 2 Replies View Related

AutoCAD Civil 3D :: Surface Clipboard Copy - Paste Does Not Work Fine

Mar 20, 2013

You can copy both the surface and the original (in this case contour polylines) data or only the surface. In both cases paste operation results into a copy of both data and surface.

Ok, But when paste and rebuild, the distance from original base point and destination point is applied in turn to the surface itself. Maybe it is a BUG ?

Civil 3D (2013)

View 2 Replies View Related

GIMP :: Delete Leftovers Outside Visible Work Path?

Jan 9, 2014

Is it possible to delete/clear contents outside visible work path easy way?

Sometimes when you create stuff, move stuff, import and cut images something is left outside visible work path. For example, in Adobe Photoshop it could be easily deleted with select tool + delete. Even non visible leftovers that is outside work area.

I started using Gimp yesterday and sure some things are SO irritating after long use of other image editing softwares.. I just can not figure out how people get used to it (Gimp).

Long way would be to move layer contents so you could see those "leftovers" and then it allows you to select them and delete. Then move back image where it was previously. But even after deleting those lefovers why the hell GIMP would select layer size according to "what it was at first" not what's acual dimensions of non transparent area?

View 2 Replies View Related

AutoCAD Inventor :: Convert Surface To Solid Model / Turn Off Yellow Edges In Surface Model

Mar 4, 2008

We received a surface model from a vendor that I have patched up as best I can, it still has one hole that I can find that I haven't been able to fill. Ideally we would like to have a solid model, but I'm running out of time to get this done and the surface model we have would be good enough for our purposes IF I can get the yellow surface tangent lines to turn off or change their color to black.

I've attached a jpg of the surface model with the yellow lines and uploaded the model here: [URL].....

View 9 Replies View Related

Lightroom :: Delete From Disk Option Does Not Work On External Drive?

Jan 4, 2012

I am running LR 3.6 on Windows 7 and keep my images on an external drive. When I select the "Delete from Disk" option, the file is removed from the catalog but now from the external drive as it is supposed to.

View 1 Replies View Related

AutoCAD Inventor :: How To Delete Workspace

Dec 14, 2012

After I figured out how to delete a project (why not just have a delete button in the Project Dialog box)  that I didn't want created in the first place (apparently some missed option in the pack&go process) I now cannot delete the incredibly convoluted wokspace folder structure it created.

I deleted the project shortcut as was posted somewhere else and it no longer shows up in the Project dialog box.  However, the workspace it created cannot be deleted.  I had even removed the workspace from the project before I got rid of it.

I simply get a windows error that it cannot delete the folder(s).  I am an admin of this entire folder structure and everything beneath it.

I have opened and closed inventor making sure the project is still not in existence.  I have verified the workspace is not listed under any other project.  No other user has been to this folder or opened any files even closely related to my work.

View 9 Replies View Related

AutoCAD Inventor :: How To Delete Value In IProperties Using VBA

Aug 26, 2013

While in assembly, i would like to select a subpart and be able to clear or delete the value of ex description without opening the part file.

I can delete properties in custom prop but i cant do it in description....

I've use design tracking properties but to no avail....

View 3 Replies View Related

AutoCAD Inventor :: Why Can't Delete The Sketch

Nov 9, 2013

I played with adaptivity status of part 27 and sketch 3 in that part, and i now i cannot delete the sketch.

The delete command isn'ton the RMB and when i press Delete nothing happens.

View 1 Replies View Related

AutoCAD Inventor :: Delete Revision Table

May 6, 2013

I'm simply trying to delete the revision table if it exists on a drawing.  I did find where you can't do anything with Rev Tags with the API, but what about the Actual Revision Table? 

Trying to get this to work;
 
If iProperties.Value("Project", "Revision Number")>0Dim oRevTable as RevisionTableoRevTable = ActiveSheet.Sheet.RevisionTable.Item(1) oRevTable = nullRevisionTable

View 2 Replies View Related







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