AutoCad 3D :: Remove Segment Of 3D Object

May 16, 2011

The only way I know to remove the segment of this 3d object in between the orange lines is to slice on each orange line and select to keep both sides which is pretty tedious since I will need to do this every 3 feet over a 170 foot span....is there another easier way to do multiple mortar joints on a 3d object like this?

segment.gif

View 4 Replies


ADVERTISEMENT

AutoCAD Civil 3D :: How To Delete / Remove Parcel Segment Element

Oct 8, 2011

How can I remove Parcel Segment Element? I have oPar as AeccParcel and oSeg as AeccParcelSegment

AeccParcelLoop loop = oPar.ParcelLoops[0];           
List<AeccParcelSegmentElement> SegElem = new List<AeccParcelSegmentElement>();
foreach (AeccParcelSegmentElement segE in loop)       
{               
SegElem.Add(segE); // Seem not good idea here.. because all segE in this list look the same           
}
foreach (AeccParcelSegmentElement oSE in oSeg)           
{               
if (!SegElem.Contains(oSE))               

***delete/remove oSE here //can't find info, how to delete/remove this segment element           
} 

View 6 Replies View Related

AutoCAD Inventor :: Invalid Reference To Segment Object Used

Dec 10, 2012

I derived in a part and I am trying to use a sketch from it in my new part.

I am trying to revolve my sketch and when I do I get this error.

I am using a English version, and I cant read chinese at all.  Design doctor shows no errors, but this will not revolve. Tried Extruding and get the same error.  When I try to revolve, it shows a preview of my part correctly, but when I click apply in the revolve dialog, that is when I get this error.

The files are attached and here is a video of my steps. In the zip file, the -M8.ipt needs the EOF marker moved all the way to the bottom.

Windows 7 x64 -12 GB Ram
Intel i7-930 @ 3.60ghz
nVidia GTS 250 -1GB (Driver 301.42)
INV Pro R2013, SP1.1
Vault Basic 2013

View 6 Replies View Related

AutoCAD 2010 :: Draw Line Segment On The Surface Of 3D Object?

May 3, 2012

I made a 3D box shape in AutoCAD. I would like to draw a line on one of the surfaces of the box. Also I know you can use the the linear tool under Annotations to display dimensions of 2D lines. But I don't know how to do it so that it that shows the dimension on a vertical axis as shown in the picture below. 

View 9 Replies View Related

AutoCAD .NET :: Draw Triangle In Segment Of Polyline In Segment Direction

Sep 9, 2012

I want to draw triangle in segment of polyline in segment direction.

I have target segment and center point of it:

  Polyline line = ...
  LineSegment3d centerSegment = line.GetLineSegmentAt(centerSegmentIndex);
  Point3d centerPosition = centerSegment.MidPoint;

I can find direction of this segment:

  Vector3d zaDirection = line.GetLineSegmentAt(centerSegmentIndex).Direction;

Next, I create list of points:

  List<Point3d> points = new List<Point3d>();
  points.Add(centerPosition);
  points.Add(centerPosition.Add(new Vector3d(ZASize, +ZASize, 0)));
  points.Add(centerPosition.Add(new Vector3d(ZASize, -ZASize, 0)));

And draw it:

wd.Geometry.Polygon(new Point3dCollection(points.ToArray()));

Ok, I have triangle but... it's not in segment direction, it's X-direction.

I try to rotate it:

points.Add(centerPosition.Add(new Vector3d(ZASize, +ZASize, 0)).RotateBy(0, zaDirection, centerPosition));

But it's not the same as I want.

How I can draw triangle by serment direction?

View 5 Replies View Related

AutoCAD Civil 3D :: Flow Segment Label Using Total Flow Type Travel Time For Each Segment

Nov 27, 2012

Flow segment label using total Flow Type travel time for each segment:

C3D 2014 SP1
W7x64; i7 8gb; Radeon HD 5700
[URL]....

View 4 Replies View Related

AutoCad :: Unable To Remove OLE Object

Feb 21, 2013

I inserted an OLE object (a pdf) onto paper space and now I cannot grab it to get rid of it.

View 4 Replies View Related

AutoCAD Inventor :: How To Remove A Piece From Object

Dec 21, 2013

I have this obect (see attached IPT) with a piece that is cut off from the main object but I can't figure out how to remove it (the piece in the top left in front view).

View 3 Replies View Related

AutoCAD Civil 3D :: Remove Object From Selection Set

Oct 23, 2012

How can I remove an object I just selected from a selection set?   I can't find the setting that allows this. Is it some combination of items check under the selection modes in the options menu?

View 2 Replies View Related

AutoCAD Inventor :: Remove Associativity Between Mirror Object?

Jun 11, 2012

Is it possible to remove associativity between mirror object.like we have in autocad.?

I want to delete source object without deleting mirror object.

View 6 Replies View Related

AutoCAD 2013 :: How To Remove Edges Of Array Object

Jan 9, 2013

I've created arc, then 3 side polygon and placed created array. Now I want to delete those sides. How can I do it?

View 2 Replies View Related

AutoCad :: Plot 3D Object But Can't Remove The Hidden Lines

May 9, 2013

I'm trying to plot a 3D object but can't remove the hidden lines. On typing "hide" they are removed and appear removed in the plot preview but they still appear in the hard copy.

View 1 Replies View Related

AutoCad 3D :: To Remove Redundant Lines From 3D Solid Object

May 4, 2011

I cant seem to get the clean command to do anything, it asks whether i want

[Imprint/seParate solids/Shell/cLean/Check/Undo/eXit]
so i type "L"
it says select object
i click the solid
it says [Imprint/seParate solids/Shell/cLean/Check/Undo/eXit] again...

View 4 Replies View Related

AutoCad :: How To Remove Tags That Is Shown Next To Every Drawn Object

Aug 19, 2013

I'm using AutoCAD 2013 for Mac, and it works perfectly fine and normal. However, everything I draw, weather its a line, a shape or different objects crossing each other, will have some kind of tag next to it, telling what kind of corner or intersection it is. It's very informative, but they are simply too larger on my display, I hardly get to see what I'm drawing. So frankly I'd love to know how to remove them.

View 3 Replies View Related

AutoCAD Inventor :: Printing To Adobe PDF With Remove Object Lineweights

Oct 15, 2012

I am running Inventor 2013 Professional 64 bit.  When I print to an Adobe PDF I have selected "Remove object line weights".  The problem I am experiencing is that the result is the same whether it is checked or not.  The result I would expect is that the object line weights won't display on the pdf.

View 8 Replies View Related

AutoCAD Architecture :: Remove Material From Object Leaving It To Its Global Definition?

May 12, 2012

I tried to use the command "Remove Material" from the rippon, and I get no rsponse, and deleted the material from the palette and yet the material there, How can I get rid of the materials I attached to the walls?

View 1 Replies View Related

Photoshop :: How To Remove Object

Jul 31, 2013

I have an image where I want to remove an object.  I'm using CS6 version.  The object is a tractor.
 
I've tried to use the Content Aware tool and my result turned out to be a bush.  I've also tried the spot healing brush and eraser tool.  The result was the same.
 
Need removing this object?  Right now, I'm at a loss as to what to do.
 
You can find the image here [URL]....

View 2 Replies View Related

Photoshop :: How Do I Remove The Background Around An Object..

Mar 15, 2009

I can't remove the background from a logo I have created. I am using Photoshop Elements. I bought a book and I searched the help index's and I could not find how to do this. I'm somewhat new to Photoshop but not a very beginner. I created the logo on a transparent background, but when I save it there is always a square border around the logo, usually white. I just want a .jpg of the logo itself.

View 2 Replies View Related

Photoshop :: How To Remove Object [Cloning]

Feb 20, 2008

I need to remove a object from a picture, and make the background look like the object was never there.

View 2 Replies View Related

Photoshop :: Remove Smart Object

Mar 17, 2008

i opened my psd and realized that a while back i had made a smart object from the wrong layers. (my point is that i dont have an 'undo' option in my history).
So how can i remove this smart object - i want my layers back.

View 4 Replies View Related

Illustrator :: Remove Object From Perspective

Jan 12, 2014

I have objects in perspective but i need to remove them and make them flat and normal again rather than in a perpective view. How can I remove them without redrawing everything?

View 2 Replies View Related

Photoshop :: How To Remove Unwanted Object From Photo

Jun 14, 2013

my dad was on vacation at London and he used his phone to and DSLR camera to take photo. in his phone, theres a camera app called "camera360".

my dad used it and it was in "ghost" effect. my dad forgot to turn it off and took many pictures but most of them are spoiled. so how can i remove using photoshop? i will include a picture as example

View 2 Replies View Related

VideoStudio :: Remove Object From Video Frames?

Oct 17, 2011

I have taken a short video of a man sitting at a table. There is no movement but the man is talking. A little bit of the microphone can be seen. I tried to take the video into Paintshop Pro X3 to remove this object with smart carver. Is there a way to edit this video so that unwanted objects can be removed from the frames. I have Paintshop Pro X3 on this computer, and PhotoImpact on another computer. Can either of these programs be used to remove objects from frames.?

View 1 Replies View Related

Xara :: How To Remove Transparency From Object With Key Shortcut

Jul 1, 2012

is there maybe method to remove the transparency from an object with key shortcut?

So faster than selecting the object, clicking on Transparency tool and selecting in menu No transparency

View 5 Replies View Related

Illustrator :: How To Remove White Background Of Object In CS6

Mar 20, 2014

How can I remove the white background of an object in CS6

View 5 Replies View Related

Photoshop Elements :: Remove Object From A Video

Aug 31, 2012

remove an object from a video?

View 1 Replies View Related

Illustrator :: Remove Shadow Effect Under Blue Object?

Nov 19, 2012

How can I remove the shadow effect under the blue object? I am using Illustrator CS6.

View 2 Replies View Related

Photoshop Elements :: 11 - Remove Unwanted Object From Photo?

Nov 30, 2013

In Photoshop 11, I have used a tool, similiar to the clone, that blends an unwanted object from a photo and replaces the object with pixils adjacent to it, but I can no longer find it.  How do I do this.  It seemed to work better for me in some cases better than the clone.

View 1 Replies View Related

Photoshop Elements :: How To Remove Unwanted Object From A Picture

Apr 22, 2013

I have Adobe Photoshop Elements 11, and I wanted to know how to remove an unwanted object from a picture?

View 2 Replies View Related

GIMP :: Remove Unwanted Object In Coarse Sand In Image?

Aug 20, 2011

How do I edit sand and coarse textures, so well that even the experts can't find the edit?..

"Sand-brushes"..?

View 7 Replies View Related

Photoshop Elements :: How To Remove A Person Or Object From Middle Of Photo

Dec 11, 2013

how do i remove a person or object from middle of photo, i am using photoshop 12

View 4 Replies View Related







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