AutoCAD VB :: How To Access Point Through Reference Or ID

Feb 12, 2013

How can I store reference to AcadPoint for later use? I am inserting hunderds of point to ModelSpace. In each loop I have reference to created point. But how to store this reference for later use in some array, collection...? The Colletion.Add(objPoint) does not work.

Set objPoint = ThisDrawing.ModelSpace.AddPoint(point)

View 9 Replies


ADVERTISEMENT

AutoCAD LT :: Include Point Reference / Inserted Point

May 14, 2012

I have a *.csv file complete with point references, easting, northing and height.  I'm trying to find a way that I can import the points so that I can snap to them and also include the point reference beside the inserted point.  Currently running CAD LT 2011. 

View 9 Replies View Related

AutoCAD .NET :: How To Access Point Position Within Point Cloud

Mar 29, 2010

AutoCAD 2011. C#

How to access the point positions within a Point Cloud using C#? Or is this function not provided in the managed class?

View 2 Replies View Related

AutoCAD .NET :: Unable To Access Block Reference In Database

Nov 23, 2012

I inserted a block from a dwg drawing with the following method:
 
public static ObjectId InsertBlock(string fileName, Point3d insPoint) { var acadDoc = Application.DocumentManager.MdiActiveDocument; var blockId = default(ObjectId); using (var acadLockDoc = acadDoc.LockDocument()) { var dbTemp = new Database(false, true); dbTemp.ReadDwgFile(fileName, FileShare.Read, false, ""); var blockName = Path.GetFileNameWithoutExtension(fileName);
[code]........

View 3 Replies View Related

AutoCAD .NET :: Using Block Reference As Point Symbol?

Jun 6, 2011

I create a set of points in a drawing and create each point as a block reference containing the point, text and probably something else. Also I would like to use different symbols for points and each of the symbols is defined as a block definition, and for each point I create a block reference according to the symbol type. The question is if is there any way to "combine" block definitions/references? I mean, I have common block definition for all points, whis defines somethin common for all of them. Also I have different symbols for each type of points and each symbol is defined separately as a block. But when a final point is created (containing common definitions and type-dependent symbol) I want to have it as a single block.

View 5 Replies View Related

AutoCAD Civil 3D :: How To Convert Block Reference Point

Dec 25, 2013

I have points as reference blocks I want to convert them in to autocad points so than to convert them to Cogo points.how to covert block refernc point to autocad points

View 6 Replies View Related

AutoCad :: Create Vertical Lines From Point Reference

Oct 9, 2011

I am working on a horizontal directional drill with multiple survey points.

The survey points make up (what looks like an upside down dome) and they are all connected with polylines. I need to add straight vertical lines to each point. Of course I can do this manually, but I'm wondering if there's a way to automate it. I've tried Lee's point manager, but it seems the problem is there's no option for xstart, xend, and ystart, yend. I also tried created a block out of a line then importing that on the points with point manager, but I need all of the lines to end at the same position at the top. This doesnt work because as you can see the points aren't all equal from the bottom. I also cannot find a way to trim blocks. I was hoping blocks would have the same xstart and xend, etc. as a line, but they don't.

View 9 Replies View Related

AutoCAD Civil 3D :: Point Label Reference Text

May 22, 2013

I need to get a station and offset for a bunch of points and have it show up in the point label. i can't find reference text in the label style so i was wondering if there was a good workaround.

Dell Studio XPS 9100
Intel Core i7 CPU 930 @ 2.8GHz
12GB Ram
64 bit
C3D 2012 SP3.0

View 3 Replies View Related

AutoCAD .NET :: Selecting Lines Around Intersection Point With Reference Line?

Sep 17, 2011

Is it possible to select lines (maybe up to 6 lines) around an intersection point  with a reference line. There is one intersection point and the lines are around it. And also, both the intersecting lines are in different layers. 

How to get the ObjectARX's ArxDbg tool working on autocad 2012. ObjectARX 2010 sample project fails to open in VS2010 express.

View 4 Replies View Related

AutoCAD Civil 3D :: Grip Edit Alignment Changes Reference Point Location

Aug 26, 2013

I know this.  I am aware.  This is why I avoid changing the reference point as much as possible if I have profile views or anything else dependent on my alignment.  I also have no problem with this dialog giving me a useful reminder.

My problem is this: if I want to make my alignment longer, and I grab the grip at the end of it and drag it to a new location, the reference point moves too!  Who in their right mind would want the reference point to move when adjusting the end? Personally  I wouldn't want C3D to ever move my reference point automatically.  I can have some sympathy with moving it if I am grip-editing the start of the alignment, or the tangent on which the reference point resides.  But I'm editing at the end of the alignment, on a different tangent.  Why would you move my reference point and make me have to go back and reset it to where it was?  How dare you throw your warning message at me for moving the reference point back to where it should be when you secretly moved it to a wrong location with no warning whatsoever?

View 1 Replies View Related

AutoCAD Civil 3D :: Modify Elevation Of Point - Unhandled Access Violation Reading

Apr 12, 2013

I am modifying an elevation of a point and this throws me the error Fatal Error: Unhandled Access Violation Reading 0x0018 exception at c74f11ech

View 1 Replies View Related

Illustrator SDK :: Art Object - Getting Reference Point

Nov 21, 2012

When we select an art object in Illustrator we can get the (x,y) position and the size of the selected object in the control bar.

At the left of the x value, there is something called reference point. We have nine possible choices. (bottom-left, bottom, bottom-right, left, centre, right, top-left, top, top-right). Its name seems to be the reference point (from the tooltip).
 
Is it possible to retrieve the current choice of the user ?

View 1 Replies View Related

Photoshop :: How To Set Default Transform Reference Point

Apr 16, 2012

The Transform Reference point indicator in the options bar is set by default to the center point. I need for it to be upper left, but am having to manually change it with each use. How can I change the default setting on this?

View 6 Replies View Related

Illustrator :: Change Default Reference Point?

Feb 27, 2014

Screenshot provided where you can manually change it on an object, but I would like to change it so that the Top Left is selected by default. I'm a web developer, and just like the web all my designs origins are anchored to the top left.

View 2 Replies View Related

Illustrator :: Changing Reference Point Affect Transformation?

Feb 27, 2013

I change the reference point in the transform panel to the lower left corner and scale a shape down, however, it does not seem to make a difference when scaling the square. What exactly is it doing?

View 5 Replies View Related

Illustrator :: How To Change Reference Point For Rotating Object

May 6, 2013

I have a square object I want to rotate in Illustrator CS6. The object wants to rotate from the center. I want to rotate it from one of the corners. How do I change the reference point from which to rotate around?

View 7 Replies View Related

Illustrator :: Snap Object Reference Point To Grid?

Jun 15, 2012

How can I snap the center of an arbitrary symmetrical object to the grid? For instance the center of a circle or rectangle. According to this discusssion it's not possible: [URL]
 
How can I define a reference point in an arbitrary object or in a group of objects and snap this to the grid?

View 11 Replies View Related

Maya Modeling :: Creating Reference Point Or Locator For Group?

Jul 26, 2012

I was wondering if there is a way to create a group of vertices, edges or faces and somehow create a reference point or attach them to some kind of locator so they can be referenced at a later point. I want to be able to select a group of edges, model them and then move on to another task within Maya and have some kind of reference point so I can go back to the original group and not have to select them individually every time I want to work on that group of edges, faces or vertices, is this possible? I will post a picture shortly to this post so you can see an example of a specific group of edges that I would like to set a reference point or locater for.

View 2 Replies View Related

Revit :: Hosted Adaptive Point Along Intersection Of Reference Planes

Mar 20, 2013

Is it possible to host an adaptive point along the intersection of two reference planes? Or is there another way to accomplish this same idea?

View 5 Replies View Related

Illustrator :: Reference Point Locator Missing From Top Menu - Can't Change X-y Coordinates?

Jun 11, 2013

I am using illustrator cs2 and somehow my reference point locator is missing from my menu bar?  Also, I am not able to manually set the x y coordinates on anything besides 0 0.  I have been using this program for a long time and haven't had this happen before. turned off the reference point locator but I can't see where to get it back on my menu to be able to align objects.

View 1 Replies View Related

AutoCAD Civil 3D :: Relative File Location Reference For Point File

Apr 2, 2012

I have a surface, to which I've added data from a ENZ file. No problems - I had a workable surface. I want to be able to work on the drawing at home as well as work. So I brought home the DWG as well as the ENZ file thinking that if both were in the same directory, it would work OK. But I get an error saying the Point file can't be found. I can't see any way to make the file reference relative, rather than absolute. 

View 5 Replies View Related

Photoshop :: Reference Point Location Jumps To Cursor When Moving Active Transform Layer?

Aug 1, 2013

I have a layer I'm resizing and is currently in Transform.When I beging to drag the layer to position while it is in resize the center reference point will jump to my mouse causing me to move the reference point outside of the tranform layer. Normally I would have to click on the reference point and drag it intentionally or hold CTRL and click in the transformed layer to set a reference point, but it since CS6 is had still remainded in CC.
 
This happens when I transform the layer (Ctrl+T) and then grab the layer to move. I have to put the reference point back to center via mouse or by the reference point on the menu bar up top. Then I can go back and drag my later where I need it to finish my transform.

View 2 Replies View Related

AutoCAD Civil 3D :: Structure Reference Alignment Not Holding In Data Reference

Nov 28, 2012

I have structures and alignments data referenced.  If I assign the structures ref alignments in the dwg with the data refs for labeling, the next time I open the dwg the ref alignments are set back to none, causing the labels to be ?

It seems like this worked in the past?

View 1 Replies View Related

AutoCad :: One Reference File To Control Multiple Reference Layer Settings

Jun 27, 2012

I'm working on a large infrastructure project with numerous of drawings. On quite a few layout drawings I need to have the same base set of references, however I need to change the layer settings (colors, lineweight etc.). This cannot be done in the base reference itself as it is used by others. As the layouts I work with includes other references as well, it is time consuming to filter and change layer settings on each base reference.

My concept is to have a master reference file to manage all layer settings and add/remove base references. When the master reference is referenced into the layout, all layer settings on the base references should stay as set in the master reference. In this way I can easily control all base references with one file and make sure all changes will be the same for all the layouts.

New illustration of concept:

View 9 Replies View Related

AutoCAD Civil 3D :: Reference Surface (x) Not Found In Reference Drawing

Jul 28, 2011

I am getting this error in my production drawings.

My setup is as follows:

- EG.dwg has my existing surface in it. I create a data reference to use it in other drawings.

- Level One.dwg has the EG surface data referenced in, and I use this to create alignments, profiles, and finish surface. All of these are turned in to data references.

- Storm Sanitary.dwg has my pipe designs. I data reference in the two surfaces, profiles, and alignments, and create pipe networks. I create references for these networks.

- Plan Profile.dwg is the production sheet I'm getting this error from. Every one of my civil objects is data referenced in to this drawing. Everything is inserted correctly, the pipes show correct FG surface elevations for their rims, etc.

BUT when I open this drawing, I get this error. I assume it's because my FG surface is not directly in the storm sanitary.dwg.

How do I get rid of this error, without combining drawings, or promoting the surface to one or more drawings? Isn't this exactly what data references is made for?

View 1 Replies View Related

Revit :: How To Align Nested Family To Reference Line In Host Family To Rotates Around A Certain Point

Jan 29, 2014

I'm trying to align a nested family to a reference line in my host family so that it rotates around a certain point.
 
I've created the reference line in my host family, locked the end point to two reference planes and then gave an angular parameter to the angle between the ref. line and the ref. plane.
 
I then inserted the nested family and aligned it to the ref. line. The problem is that when I flex the angle, i get a "Constraints not satisfied" error..
 
What could be wrong?
 
I'm using a generic face based family for both host and nested families...

Using Building Design Suite Ultimate 2014

View 3 Replies View Related

AutoCAD Inventor :: Internet Access Is Required To Access

Apr 26, 2012

Just loaded 2013. Of course right away I get an error. "Internet access is required to access the Help" Well as you can see I have internet access.

View 4 Replies View Related

AutoCad :: Design Walking Track 1 Mile From Starting Point And Finishing At The Same Point

Aug 16, 2011

I need to design a walking track 1 mile (5280 feet) from a starting point and finishing at the same point. I need to go around buildings, ponds, etc. What is the best way to tackle this? I thought about 16 splines at 330', but as soon as the spline is moved the distance changes.

View 2 Replies View Related

AutoCAD Inventor :: Setting Up Point On Different Layer To Mark Center Point Of Circle?

Nov 15, 2012

I need to find a way how to insert a point or a * on the center point of a hole and put it on a different layer. The reason for this is - I am a CAD tech for a welding shop and we cut parts out of steel and we use the dxf file format for our plasma table to cut parts. For example : if i have a 1 inch thick plate and want to put a 3/4'' hole in the plate the hole will be distorted because the hole is smaller than the material thickness. For these situation we can use the plasma table to burn a point or a dot on the center point of the hole. But to do this the point or dot must be on a different layer in the dxf.

View 2 Replies View Related

AutoCAD 2013 :: Lisp / Program That Would Do Light Point By Point Of Fixtures In Plan

Aug 7, 2013

I am looking for something a lisp or program that would do a light point by point of fixtures in a plan.

[URL]

View 1 Replies View Related

AutoCAD Civil 3D :: Point / Point Groups & Description Keys Are Gone After Crash

Feb 28, 2013

Civil 3d 2012..I used 3d orbit, it crashed. My points, point groups and newly updated description keys are gone.I have looked at all my backup files etc, and they do not want to display.

View 4 Replies View Related







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