AutoCad 3D :: Editing 3D Solid Under Angle

Apr 22, 2012

In attachment file i have basic figure what i would like to achieve. if i have some sort of 3d solid and i would like to cut on part of it in angle. What should i do? And on third figure, how can i make such cuts in 3d solid?

View 2 Replies


ADVERTISEMENT

AutoCad 3D :: How To Change The Angle Of Unioned Solid

Dec 21, 2011

I made a region of a wedge and I thought I made it the right angle. It turns out - it's not.

I've attached a similar file that exhibits the same problem. Except with regard to the specific requirement for the angle, the attached file pretty much representative of my problem, as it exists in the actual file. It's the angle going back to the wall that needs to be changed.

It's unioned. and feel free to imagine the angle is not correct. How would you change it.

View 8 Replies View Related

AutoCad 3D :: Solid Editing In Viewport

Apr 25, 2013

Using Autocad MEP 2013. I discovered a potentially powerful way to model today by utilizing a large paperspace template with multiple viewports. Rather than creating and editing my model in model space, where managing multiple layers and views becomes very cumbersome (plus, model space gets kind of messy with section views and ordinate dimensions and such), this allows me to keep all of my layers "on" in model space, but to customize each VP with the specific layers I want to see while editing. I LOVE the layer isolation feature, which unclutters the model even more for editing and I just figured out how to configure it for VP isolation only. In conjunction with the newly discovered (I'm a little slow) "maximize viewport" tool, it is just like I am working in model space (right down to the black background, which I prefer). I was ecstatic to unleash the power of editing 3D entities by isolating them in a VP. However, there appears to be a glitch of some kind. I cannot face edit my solids. At first, it thought the entity was on a locked layer, which it wasn't (I could move the solid, just not edit a face), so I unlocked ALL layers. Then it gave me this message when attempting to edit: "No loop through new edges and vertices", which I have no idea what it means. But most of the time it simply won't select the solid for editing. It doesn't matter if I maximize the VP or not. When I go into model space from the MODEL tab and isolate the layer of the object I want to edit, it works just fine.

View 2 Replies View Related

AutoCAD Inventor :: Extend And Contract From A Work Plane While Editing A Solid

Aug 1, 2013

How to create a work plane, say, in the middle of solid while editing, to use the extend and contract commands using IV2014?  I'd like to avoid using Fusion as an option if possible.  This should really be an easy thing to pull off as many STLs are now available for 3D printing but simply need a quick stretch here and there to print accurately.

View 7 Replies View Related

VideoStudio :: Speed Up Editing Process With Solid-state Drive?

Oct 4, 2012

if this has come up before, but can I expect an improvement in rendering speed or get other performance improvements by adding a solid-state drive (SSD)? Will an SSD speed up making proxies or make the editing process faster/smoother in general?

View 7 Replies View Related

AutoCad :: Change Default Drawing Angle From 30 Degrees To Another Angle?

Oct 15, 2008

Im drawing in isometric view and want to change the default drawing angle from 30 degrees to another angle.

View 9 Replies View Related

AutoCad 2D :: Rotate An Object To Match An Angle Without Knowing The Angle?

Oct 5, 2011

Is there a quick way to rotate an object to match an angle without knowing what the angle is? I am using AutoCAD 2011 now. I was using 2007 and I had an add on command the would rotate an object using a base point and picking the two lines that make up the angle, and it would match the angle you wanted. I can not get that command to load in 2011.

View 4 Replies View Related

AutoCad :: Rotation Angle Doesn't Match Angle Inquiry

Jul 25, 2012

I have a property line that is N 36d19'52" E but needs to be N 12d52'18" E. The obvious and calculated rotation angle would be 23d27'34" but when I rotate the line by the calculated angle it doesn't rotate to the right angle. It's off by 0d11'10"!? When I draw a line by bearing at N12d52'18" E and inquiry the angle between the property line and the drawn line the angle difference is in fact 23d27'34".

View 1 Replies View Related

AutoCad :: How To Read Angle Of Line And Insert Block To That Angle

Feb 11, 2011

Let's say I am inserting a square block into a dwg and want to get it parallel to an existing angled line. Do I have to read the angle of the line and insert the block to that angle or is there a quicker way?

View 6 Replies View Related

AutoCAD Inventor :: Make One Angle Half Of A Driven Angle

May 26, 2013

I have used a driven contraint in a sketch.

Can that also be done in an assembly?

In one assembly I want to make one angle half of a driven angle.

View 3 Replies View Related

AutoCAD VB :: DXF ELLIPSE Relationship Between Actual Angle And DXF Angle

Jul 6, 2013

how to convert "real world" angles of elliptical arcs into those shown in a dxf file?

Say that I have drawn an elliptical arc with its start angle on 210 degrees and an end angle of 324 degrees. The values in a DXF file, for an elliptical arc, have something to do with the contant "PI" (3.14159). I know that a full circle is 2*Pi but how to do this with elliptical arcs!!

View 1 Replies View Related

Illustrator :: Shortcut To Draw A 45 Or 90 Degree Angle From Drawn Line On Angle?

Nov 13, 2013

Is there a shortcut to draw a 45 or 90 degree angle from a drawn line on an angle using the pen tool?  ie. Rather than just from the x and y axis.
 
I trace a lot of maps and site plans.

View 19 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 Civil 3D :: Angle-distance With Vertical Angle And Distance

Nov 19, 2012

I would like to draw a smiple line using the transparent command 'AD (angle-distance).

My distance is not horz., so I want to enter the Vertial angle and the slope-distance, in LLD the command was AD VD.

So how do you do this in Civil 3D 2012.

View 1 Replies View Related

AutoCad 3D :: How To Remove Inner Solid Part From Other Solid Part

Mar 14, 2012

I have to solids. They are intersecting each other, I want to remove one solid which is inside. It's a Civil 3D 2012 QUESTION.

View 5 Replies View Related

AutoCAD .NET :: Get Value Of The Angle?

May 24, 2011

How can I get the angle of a line as shown in the picture?
 
if (obj.GetType() == typeof(Line)) {
Line linha = (Line)obj; double angulo = linha.Angle;
Point3d startPoint = linha.StartPoint; Point3d endPoint = linha.EndPoint; }
 
For in my code I techo angle value in double. Could any method return the integer value of the angle?

View 8 Replies View Related

AutoCAD .NET :: Calculating Angle Between UCS And WCS?

Aug 19, 2013

how to Translate WCS coordinates to PSDCS? where can find the C# code?

View 2 Replies View Related

AutoCAD .NET :: Convert Angle From UCS To WCS

Dec 13, 2011

I have derived an angle from an entity in UCS. how to convert this angle to the correct angle in WCS?

View 6 Replies View Related

AutoCAD .NET :: Angle Between Two Lines?

Aug 10, 2011

II am looking for two things...

1) A good explanation of Vector3d.  I have been unable to find a good explanation in the ARX documentation or on the online .Net developers guide.

2) Need getting the angle between two lines.  The lines in question are in an orientaion similar to the greater than operator ( > ).  I have attempted to use the Vector3d.GetAngleTo method to get the angle, but I do not understand it enough to be successful!

View 3 Replies View Related

AutoCAD .NET :: Calculating Angle Between UCS And WCS

Jun 3, 2011

A question regarding converting angles between co-ordinate systems in AutoCAD .NET.

Im creating my first little utility to form selected block attribute references into a nice neat list. The current version takes a selection of blocks and a list insert location and then moves the attribute references to the location and rotates them to WCS angle of 0.

I now want to expand the program to make it a little more flexible and allow you to form the list parallel to the currently selected UCS x axis (the i.e. and angle of 0 in relation to current ucs's).

I have managed bumble my way through and transform the attribute positions correctly to form a list relative to the current UCS but am strugling on how to work out in code what the equivlanent WCS angle value would be.

I have done some calcs using .net framework to calculate an angle between two vectors (see code extract below). But this introduces a small error into the angles (i.e. if my ucs is set rotated 45 degrees around the zed and i use the below maths, the resulatant angle is 45.0000002 when read in acad afterwards).

Matrix3d ucsCur = ed.CurrentUserCoordinateSystem;
CoordinateSystem3d cs = ucsCur.CoordinateSystem3d;

// the below seems to work by calugulating the angle between two vetrex using .net maths class but this introduce a small accuracy error. Is there a better way?

Double rotAngle = Math.Acos((1 * cs.Xaxis.X) + (0 * cs.Xaxis.Y) + (0 * cs.Xaxis.Z));
//set the attribute reference rotation to the calculated WCS radian rotation value "rotAngle" 
attRef.Rotation = rotAngle;

Im sure there is a better way built into the managed autocad wrapper using a tranform matix and the ucs vertex information but dont really know how to go about it. Any links explaining how to work with the UCS in .net.

View 3 Replies View Related

AutoCad 2D :: Angle Are All Way Off - Line Not At 65 Deg

Jul 13, 2011

For some reason my angles are all way off. I type line 3<65 and it goes nowhere near 65 deg. My coordinate system is normal. I attached screen shot.

you can see command line on bottom and line not at 65 deg.

weird angle.jpg

View 3 Replies View Related







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