AutoCad :: Export X / Y / Z Values With A Point Number
Feb 8, 2011Im trying to export x,y,z values with a point number. no problem with the xyz bit but cant suss the number part.
View 4 RepliesIm trying to export x,y,z values with a point number. no problem with the xyz bit but cant suss the number part.
View 4 RepliesIn uploading the Point input data into the AutoCAD Civil 3D 2013 software program, is it possible for me to add more Point Attribute items after Point Number, X, Y, Z? I need to have the chemical results/data attached to the (sampling) Point that has the Point #, X, Y, Z - like Point Number, X, Y, Z, Arsenic, Lead, Mercury in the input .txt (or .csv) file.
View 9 Replies View RelatedI'm trying to contrain the end points of 2 lines using iLogic. I know the end points but I cannot get the values into the SketchPoint object. The real odd thing is I can create the lines no problem. I tried it 2 different ways shown below. The first way gives me this error..."Object reference not set to an instance of an object.". The second says "Unable to cast COM object.."
Dim oTG As TransientGeometry
oTG = ThisApplication.TransientGeometry
Dim EntityEndPt As SketchPoint
EndPtX = 0 * 2.54
EndPtY = 3 * 2.54
‘Code Fails Here!
EntityStartPt.Geometry.X = EndPtX
What is the best way to insert a c3d point with assigned values. For example, I want to insert a point with the style curb stop, on a certain layer with a certain label. Going through thr insert point tool is not very user friendly for users looking to add points, not assign properties. Can this operation be added to the tool palettes? I am not familar with creating my own.
C3D 2012 or 2014
Civil 3D 2012 SP4.0 Windows 7 Enterprise 64-bit
C3D 2014 SP1
Dell M6600, Core i7 @ 2.3GHz, 16 GB ram
Dell T3500 workstation, too much ram to post
how to extract value X Y Z of point p3 p4
(defun c:test ()
(vl-load-com)
(setq actdoc (vla-get-ActiveDocument (vlax-get-acad-object)))
(setq objm (vla-get-ModelSpace actdoc))
(setq obju (vla-get-Utility actdoc))
(setq oldhigh (getvar "Highlight") oldsnap (getvar "Osmode") oldblip (getvar "BlipMode") oldecho (getvar "Cmdecho") );setq
(setvar "Highlight" 0) (setvar "Osmode" 517) (setvar "Cmdecho" 0) (setvar "Blipmode" 0)
[code]....
I'm trying to bind the number keys to specific values for opacity/transparency of brushes, so I embarked for the shortcut key editor where I found that the "set transparency" does exactly the same as "completely transparent".
Is there a way to define what value "set transparency" sets it to? what I'm trying to do even possible with GIMP?
I have a method to create new point group.
In this method I add as parameter one vector which contains point numbers.
string Numeros_Incluidos = "";
//buscamos todos los number point según su id y creamos una cadena string
foreach (uint NP in listaNumberPoints)
{
Numeros_Incluidos = Numeros_Incluidos + Convert.ToString(NP)
[Code]....
I create a string called "Numeros_incluidos" that it is a chain of all numbers.
e.g:
"1,2,3,4,5,9,10,11,15,18,21,22,"
However I would like to create one function to create this string more organized as:
"1-5,9-11,15,18,21-22".
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
Any way to generate liework with point numbers. I have survey data of a pipeline and all the points are in order, if there was just a way for linework to connect them by increasing point number in my drawing?
View 3 Replies View RelatedI have these point numbers. Then I add some points. Then I want to renumber all points 1-9 since there is nine points.
1-1
11-2
2-3
3-4
4-5
5-6
12-7
13-8
6-9
Is there any method using any APIs?
is it possible to export elevations from a surface at a given interval? i can easily export all the data i used to build the surface, but now I am wondering if its possible to export/extract the surface to a CSV or TXT file with a position and elevations, say, every 5 feet?
View 3 Replies View RelatedI just received a drawing with a bunch of points in it. One of the layer is called V-ROAD-CNTR-PNTS. Unfortunately, the point number, description, and elevation are all in that same layer. How do I keep just the elevation turned on but turn off the point description and number? When I turn off or freeze the layer V-ROAD-CNTR-PTNS, all three disappear. I just need the elevation showing.
Attached is an image of my screen.
I have a point cloud with 161 million points in it. This is basically fine and works well but I need to create equally high resolution surfaces from certain regions of the point cloud. No matter what size I choose my export shape, it will only create a surface from a ridiculously small 750,000 odd points, a 'feature' which has been documented on these forums before. I have POINTCLOUDDENSITY set to 100.
My question is, how can I build a surface from this high resolution point cloud data that has more than 750,000 odd points?
I'm thinking about mosaic'ing - ie. making several smaller surfaces over the required area and pasting them together.
I have a point cloud dwg. Is there a way to increase the number of points displayed? The properties of the cloud say there is 14,000,000, but it only displays 34,000. Is there a way to increase the 34,000 number? See Image.
View 2 Replies View RelatedWe have been bringing points directly into a 2012 Civil 3d drawing using the same method for quite a while. We use a numeric descriptor code and the points are filtered correctly. In this particular drawing, one description code was singled out and "locked" in the drawing. The points and symbol show in the drawing slightly muted but when I try to edit the points I am unable to do so. I have tried the "unlock" command with no result. The symbol displayed by the point number is a red circle over a pencil.
View 3 Replies View RelatedI have excel tables that contain 4 columns of data.
The Y co-ords pf the required object
The X co-ords pf the required object
The rotation of the required object
The object number
What would I need to do to insert a block at the coordinates to the rotation shown then have a leader with the point number labeling the block (but the text not be rotated to the angle of the main block.
There is a BLOCKA that I'd like to extract its attributes - Tag and Color - into an external format (excel). There after, I'd like to import it into the drawing and based on its color attribute value, change the value to that color in the drawing.
View 7 Replies View RelatedI have a simple block that consists of a point and an attribute that contains the point number. I want to generate a table with point number from the attribute, and x, y and z of the block's insertion point. I want a routine that sets out the blocks and then create the table. The first part of the routine I have (in LISP), I need it to generate the table. I was intended to use the -DATA EXTRACTION but unfortunately it does not allow me to select objects (blocks). Are there other ways to do this? I'm using AutoCAD 2011.
View 5 Replies View RelatedI am having difficulty with the display of my point numbers and description when plotting. I am doing piping desing and utilizing Civil 3D points for the coardinates and elevations to display in a point table. For my viewport, in the properties dialogue box, under the Shade Plot option, I have selected Legacy Hidden due to needing my pipes to display properly only to have my points not display properly. If I opt for Legacy Wireframe or As Displayed, my points display correctly but my pipes do not. Any clue as to how I can have both display properly?
View 4 Replies View RelatedWhen I import points from a survey database there is a very large new number being assigned to points that have overlap/numbering conflicts.
I had some survey from one source that was in the 1000 pt # range & additional survey that was in same numbering sequence.
When importing the points I chose "Resolve all" it is renumbering the Point number value to the 5xxxxxxxx range?
Is there some setting where I can change this to a lower # or how/why this is happening?
Next Point Number value @ Settings Tab>Point>Commands>CreatePoints>Point Identity>Next Point Number = 3.
I've attached a couple of captions illustrating the issue.
2012 Civil 3D SP 2.1
Win 7
C3D 2012 SP3 & C3D 2014 SP1
Win 7 Professional 64 Bit
As long as a cmm is set up it is not possible to me to measure the same color value on screen (with an external color picker) that I entered in Corel's color definitions. This only works, when I turn off any cmm in Draw.
Plus it is not possilbe to export a pdf in which I can measue the RGB values that I defined in Draw. The closest I get is without a cmm (see above) but I still get readings that are off by 1 in most cases (I don't figure why rounding issues should be acceptable here).
The only export that works for me is to export for "Office" .. only then all values are exactly how I had defined them.
I am fairly new to Gimp, but love it. I am a marine biologist and I would like to use this program for my research. I do need to export the histogram values as I need to do some calculations (pixel count and value). Is there any way I can do this?
View 7 Replies View RelatedI want a part number which is made with a parameter write to excel to the excel sheet to link to acad. I have the following code that runs smoothly and requires the excel sheet to save but get nothing written in the cell.
GoExcel.CellValues ("M: AutoCAD AutoCAD 2012 Inteco3D File Test ExportPartNumber.xlsx", "Sheet1", "A1", "A10") = MultiValue.List ("Part Number")
Is it possible to export current swatches palette as a list of hexadecimal and HSL values?
View 5 Replies View Relatedhow can I export the Color Scheme Values List.
I do not want to Transfer Between Projects. Just want to have it as a list so that people can follow what Room names are available for use.
Revit 2014
AutoCAD 2014
I'm using the "Part Number" parameter inside a block of text in my drawing, but when I export it to AutoCAD DXF 2010 format, the text in the exported file shows up as "<PART NUMBER>", instead of displaying the actual part number.
-Using Autodesk Inventor Professional 2012
In an earlier Illustrator CS version, i was able to display any Paths' anchor point Numbers or label. But in CS6 with both "Anchor/Path Labels" enabled in Prefs. > Smart Guide section and in View > Smart Guides, no Point Numbers are displayed.
How to display each paths anchor point numbers or label?
When I export vector graphics to RGB/sRGB and open the pdf in another software (like Serif Page Plus, Adobe etc.), the color values are variying a little bit.
For example, my gray value of a logotype in Corel was 118, 115, 113. Now I export as pdf (many logical!! setting of CM tried!!!), any other software that opens the document - also CORRECT CM settings - values are 117, 115, 112. --- The same light variations nearly anytime with any RGB color. Not possible to create vector pdfs of logos for my clients correctly this way! Really bad.
Instead of starting a discussion about Color Management Settings, could any professional, maybe a Corel member check this behaviour in practice and give me a feed-back!? - In the best case let me know the complete settings for Corel CM and pdf Export to get the RGB pdf export done correctly.
(I am currently using X4, but know that same behaviour from X3 and passed again hours to try really all reasonable CM and export combinations, at least I think so. Windows7 and WindowsXP)
I need to convert a number of raw point clouds into PCG files for insertion into Revit. I'd like to do this ahead of time, and preferably without having to open and insert into Revit. I know Revit uses adpointcloudindexer.exe to index the raw file formats, but was unsuccessful at trying to launch it by itself. If this can be used as a standalone convertor, possibly by combining the exe with a switch and a file location?
View 8 Replies View RelatedI have an attribute blocks and this att block has two tag values , is there a simple code for to change 1st tag values automaticly according to 2nd values ?
for example :
1st tag (50x50) - 2nd tag ( 100 ) ==> 50x50-100
if i enter 201 valuse to 2nd tag then 1 st tag has to change as 100x100
if i enter 501 valuse to 2nd tag then 1 st tag has to change as 150x510
I attached a jpg file for explain much better
My quick question id for an alternative way of exporting a cluster of points as .shp files and then manipulating the .dbf file in order to create an excel/csv file.
Is there another way of exporting my data as .csv or excel from Map3D?
I have a .DWG file and I need to export the coordinates of the points of the profile of the draw. How I can do it with AutoCAD?I specifiy that I have never used autocad.
View 3 Replies View Related