AutoCAD .NET :: Determine Top Of Polyline Follow Direction X-axis And Original

Dec 26, 2013

As above Subject. How can i determine "StartPoint" top of polyline. i have attach image:

Hinh 1.png

When i change UCS:

Hinh2.png

View 8 Replies


ADVERTISEMENT

AutoCad :: Show Direction On 3D Polyline?

Jul 13, 2012

can I place a direction arrows on 3D polyline in dwg files? In 2D, it is very simple.

View 9 Replies View Related

AutoCAD Map 3D :: How To Add Direction Arrow To Polyline Features In SHP File

Mar 9, 2011

I need the features shown in a connected SHP file to display an arrow indicating their direction (i.e. -----> or ----->-----). This seem that it would be important to anyone using Map for municipal engineering (sewers tend to be directional!), drainage (so are culverts!), etc..The difficulty in doing this simple task is just adding to my hatred of Map (especially given the amount of money I've spent on Autodesk products)!

View 6 Replies View Related

Maya Modeling :: Axis Direction Is Not Showing?

Jun 6, 2013

None of the axis point and direction is not showing. Perhaps I may have clicked some shortcut to turned it off or something?

I am attaching my screenshot. I'm using Maya 2014 and Macbook pro Retina with OSX 10.8

View 2 Replies View Related

AutoCad :: Scale Polyline Of A Foil On One Axis

Mar 8, 2008

I want to scale a polyline representation of a foil along one axis only, so that it becomes longer and thinner. Is there a way to do this .

View 8 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Feature And Polyline Flow Direction (another One)

Nov 18, 2012

I have a linetype

*DIVERSION_LARGE,diversion large ---- >> ---- >> ---- >> ----
A,.5,-.2,["<<",standard,S=.15,r=0,U=0.0,X=-0.1,Y=-.05],-.2

when I draw a polyline, or use it as the linetype in a feature line style, the arrows seem to revrse whenever there is a change in direction any significance. Also, the reverse command and reversefeature command have no effect. Rotating a segment does not change the direction. I know I must be missing something.

In the attached, I have a feature line, and a polyline that the arrows change direction when the feature does.

Windows 7 64
Intel Core i7 2.0 GHz 2.0 GHz
8 GB RAM
Nvidia GeForce GTX460M
Civil 3D 2012 SP2.1

View 1 Replies View Related

Revit :: How To Move Objects In Vertical Direction (z-axis) In 3d Views

Dec 3, 2013

Any way to move objects in vertical direction (z-axis) in 3d views, without having to turn the view everytime to be of frontal direction. I would like to move entire objects - for example mass objects - up or down directly in a 3d view of random orientation, now only top- or bottom face can be moved vertically, the whole object moves only on xy -plane. Can vertical movement of an object be done intuitively graphically and/or can it be be numerically, feeding coordinates?
 
Have tried all sources, but cannot find solution, and refuse to believe that Revit would be the only 3d/bim software on planet where direct vertical manipulation of objects is not possible.

View 4 Replies View Related

AutoCad 3D :: After 3D Extrude Loose Original Polyline?

Feb 6, 2013

I draw a closed polyline and then I extrude it. But when I want to see the 2d plane and hide the 3d version I cannot go back as the polylines are extruded and everything is disappearing. Should I draw a second poly over the first, then create a new layer, name it for example 3dpolywalls ? Is this the most common technique? Or there is a more efficient way ?

View 2 Replies View Related

AutoCAD Inventor :: Automatically Project X-axis / Z-axis Or Z-axis Onto Sketch Plane?

Aug 25, 2010

Is it possible to automatically project the x-axis, z-axis or z-axis onto the sketch plane?

I.e. every time you open a new sketch the corresponding lateral and vertical axis will be projected onto the sketch.

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 .NET :: Polyline Direction (clockwise Or Counter Clockwise)

Sep 7, 2013

I am trying to set up the bulge for  a polyline, in order to set up the bulge currecty I need to know if the polyline was created clockwise or counterclockwise.

View 4 Replies View Related

AutoCad :: Text Suddenly Changes Direction And Reads In Opposite Direction When Line Bends

May 17, 2013

I have created a linetype with the text GAS OPTION in it. The line is continuous with a break around the text. In a straight line the linetype works fine (breaks around the text etc). However, when I use a polyline and spline the line for a curved line the text aligns with the direction of the line at the start, but when the line bends, the text suddenly changes direction and reads in the opposite direction. It looks like AutoCAD is trying to keep the text upright rather than following the direction of the line. When the text changes direction it also changes its insertion point and overlaps the continuous part of the line. I have 2013 AutoCAD.

Here is the string I used for the linetype.

*GAS_Option_LINE,Gas line ----GAS OPTION----GAS OPTION----GAS OPTION----
A,8,-15,["GAS OPTION",STANDARD,S=2.54,U=0.0,X=-2.35,Y=-1.27],-12

View 2 Replies View Related

AutoCAD Civil 3D :: Reverse Section Direction Without Changing Alignment Direction?

Jan 2, 2014

I have cut several sections at different points along a road alignment.  The sections are cut facing the same direction as the alignmnet.  Is there a way to reverse the section direction without changing the alignment direction?

View 6 Replies View Related

AutoCad 2D :: How To Change Direction In Run Direction Of Baluster Panel

Apr 21, 2011

I have a drawing of a stone railing section and I have to change direction in the run direction of the baluster panel. Is there a way that I can move the details without changing th Y direction of the details. Please refer to the attached CAD file for details. I am trying to avoid having to redesign the panels if possible. railing detail.dwg

View 6 Replies View Related

AutoCAD Inventor :: Attach Axis System To Cylinder Axis

Mar 25, 2013

i try to make an animation. I create a cylinder and i want to rotate it by longitudinal axis. i click 'components', select the cylinder and after i click 'position' to select the axis that axis system appears in the right side of the cylinder not in the middle. If i continue whit this settings the cylinder will rotate by a circle not by his longitudinal axis. How can i move that axis sistem in the middle of the cylinder? I can drag it but can't place it exactly in the middle.

View 1 Replies View Related

AutoCad :: Extract Rotation Of Block Relative To Yz Axis And Xy Axis

Oct 7, 2013

Is there any way I can extract the rotation of a block relative to the yz axis and xy axis. I can extract the insertion point and xy rotation but not the yz and xz.

View 9 Replies View Related

Illustrator :: Keeping Angle Of Direction Line While Dragging Direction Point?

Mar 19, 2014

I have a path with a smooth point. The two direction points form a direction line with any non-45-degree-angle - say 11.8 degrees. I want to drag one direction point while keeping the angle of exactly 11.8 degrees.
 
Is there a key combination for that (Mac OS)?

View 17 Replies View Related

3ds Max Animation :: How To Lock Z Axis Of Object With Upper Arms Z Axis

Jan 25, 2013

I'm rigging a shoulder pad to a biped and I'd like it to only rotate on one axis. Google hasn't been that useful, and I hope I don't need scripting for this kind of minor thing. I'm rather new to 3Ds Max Design but I'm learning fast and liking it so far!

I've attached what I want to effectively accomplish. I'm looking for a way to lock the z-axis of the object with the upper arm's z-axis.

EDIT: Reduced picture size.

View 3 Replies View Related

AutoCad 2D :: Drawing Polyline To Have Tooltip Box Show Cumulative Length Of Polyline

Nov 6, 2013

Is there a way, when you are drawing a polyline, to have the tooltip box show the cumulative length of the polyline, rather than the length of the current segment being drawn?

View 6 Replies View Related

AutoCAD Visual LISP / AutoLISP :: Reduce Polyline With Multiple Vertices To Single Polyline

Jun 7, 2012

I would like to take all the vertices out of a multiple-vertices polyline so that it reduces to just its start and end points, can this be done?

View 4 Replies View Related

AutoCAD Visual LISP / AutoLISP :: 3D Polyline To Polyline To Spline With Max

Sep 21, 2013

Due to modeling purposes, I need to convert a 3D polyline to a spline. What I have been doing is:

- change polyline fit/smooth to cubic from properties
- convert polyline to spline by typing spline -> object
- method -> fit from properties

You can see the original 3D polyline (green) and the resulting spline (magenta) in the attached drawing.When I zoom in and measure the distance between the two entities at different points along them, at some points the perpendicular distance exceeds 5 millimeters, and I want to ensure the deviation remains under 1 millimeter or even less.

I know I can change the knot parameterization of the spline, and this does work at some locations, but the difference increases at others.Why is there a 5.6 mm difference between the spline fit point and 3D polyline vertex, as measure in the attached drawing?

Now, I can go and manually stretch the fit point to coincide with the vertex. Also, I can add fit points between existing ones to drag the spline closer to the original 3D poly.

However, some of my polys are really long, and it is very time-consuming to do this manually while measuring points along the entities to make sure the distance stays small enough.

how to automate this process? For example a lisp that would maybe take the original vertex points, add say maybe 3 (not too many) new ones between them, and then generate a spline while making sure the deviation is less than the set value of 1mm? I am using AutoCAD 2013.

View 5 Replies View Related

AutoCAD .NET :: Getting Polyline Data Into A Custom Derived Object (from Polyline)

Nov 11, 2013

I've been working on a custom polyline object, and I've got it functioning!!Having said that, I plan to run its creation around picking a point for bounary selection.

(Other than trying to step through every vertecies) is there a technique I can thow the polyline data from a traceboundary result into my custom object? I've been trying to add the polyline from traceboundary to my object BEFORE it's added to the transaction by the way...I assume that's right, since I want to put it's data in my custom object then add my custom object to the transaction instead.

View 3 Replies View Related

AutoCAD Civil 3D :: Convert Metric 3D Polyline To 2D Polyline

Jun 29, 2013

I want to convert a 3D polyline to 2D polyline.

View 5 Replies View Related

AutoCad :: Automatic Join Polyline Onto Existing Polyline?

Sep 16, 2011

Is there any way at all to draw a new polyline - from the endpoint of another polyline, and have it automatically join as one polyline from the existing section??

I know this can be done via PEDIT, but its so laborious and soo many clicks, and I have alot of segmented Polylines that I need to consolidate when I draft.

View 7 Replies View Related

AutoCAD Civil 3D :: Align Polyline Onto Another Polyline

Mar 22, 2012

Any way I can align a new polyline to a reference polyline (orig polyline).

The 2 polys will be generally the same length, however, the number of vertices will differ.

Also I need to mantain the same distance between the vertices on the new poly and the new and reference poly won't follow the same direction.

View 9 Replies View Related

AutoCAD .NET :: How To Find If Polyline Is Inside Another Polyline

May 18, 2011

How do you find 'if' a polyline is inside another polyline?

View 2 Replies View Related

AutoCAD 2010 :: Polyline To 2D Polyline?

Mar 2, 2012

How do you convert a closed Polyline to 2D Polyline? CONVERT does not work in reverse.

View 4 Replies View Related

AutoCad 2D :: How To Convert 2D Polyline To Polyline

Jun 25, 2008

I have 2D polylines and want to convert to polylines, but to no avail. Tried to 'spline2pline' this line, but ACAD refuse to select it.

View 9 Replies View Related

Photoshop Elements :: Overwrite Original Yet Keep Original Size?

Jan 13, 2014

When you select the option to apply any changes & overwrite your original photo does the program attempt to try to a default setting to keep the picture approximately the same size as it was before?  (assuming that you haven't cropped it)  If it doesn't default to a size automatically can is there an option to do so?

View 4 Replies View Related

AutoCAD .NET :: Determine 32 Or 64-bit Application?

Jan 7, 2013

I am using a dllimport from accore.dll, but the entry point for the method in the dll differs between 32-bit and 64-bit version of AutoCAD. How can I check whether the AutoCAD application is a 32- or 64-bit version, i.e. the dll is 32- or 64-bit?

View 7 Replies View Related

AutoCad :: Hatches That Follow A Path?

Aug 7, 2012

I have a path shape that curves through the property, and I would like the hatch (which are just 60x60cm squares) follow the curve of the path instead of being applied like a pattern (just orthogonally).

View 5 Replies View Related







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