Applications for Object Data

Applications for Object Data

АлексЮстасу
Advisor Advisor
17,546 Views
92 Replies
Message 1 of 93

Applications for Object Data

АлексЮстасу
Advisor
Advisor

I suggest to collect free programs for Object Data.

And to discuss them.

 

For example, Autodesk, Copy object data from one object to a set of other objects - COPY_OD.LSP.
Contained in C:\Program Files\Autodesk\AutoCAD...\Sample

 

Autodesk (?), XD to OD conversions - XD2OD.lsp.

 

For example, braudpat published lisp to select objects by OD values - Sel_by_OD.lsp.
https://forums.autodesk.com/t5/autocad-map-3d-forum/object-data-how-to-use-the-find-command/m-

p/5445541#M43818

 

For example, CADaSchtroumpf published lisp for conversion from OD to XD - OD2XD.lsp.
https://forums.autodesk.com/t5/autocad-map-3d-forum/map-3d-od-to-autocad-dwg/m-p/9329382#M56358

 

In the text of this lisp you must specify the author and his data for the link.

 


-- Alexander, private person, pacifist, english only with translator 🙂 --

Object-modeling _ odclass-odedit.com _ Help

17,547 Views
92 Replies
Replies (92)
Message 41 of 93

АлексЮстасу
Advisor
Advisor

This is a very useful and sometimes irreplaceable opportunity!

 

A little criticism, but this is not fundamental: Esc and the window closing cross do not work for the program windows.

 

I have added this your lisp to the collection on my website in Additionally.

 


-- Alexander, private person, pacifist, english only with translator 🙂 --

Object-modeling _ odclass-odedit.com _ Help

0 Likes
Message 42 of 93

CADaSchtroumpf improved OD2DXF38.lsp - moving objects to height based on the OD field value.
Now not only Polylines rise, but also Lines.
In the collection on the website in Additionally - new version.


Thank you, CADaSchtroumpf!

 


-- Alexander, private person, pacifist, english only with translator 🙂 --

Object-modeling _ odclass-odedit.com _ Help

0 Likes
Message 43 of 93

O_Eckmann
Mentor
Mentor

Hi Alexander,

 

I've modified my plug-in to sort according to field's type.

 

I've also updated with a new function to copy CAD or OD property to CAD/OD property.

Initially the tool was intended to replace the "alter properties" function to modify CAD properties from OD, for example to copy the elevation data stored in OD after SHP import from contour lines as an elevation.
Finally, I extended its possibilities to be able to copy CAD or OD values into new CAD or OD values.

image.png

1. Select objet 

2. Analyse layer and type of selected objetcs

3. Check objects you want to treat

4. Analyse common properties OD and CAD

5. drag&drop properties to grid (6) to fill source and destination properties

(properties beginning with star are read only, and can only be used as source.)

Here is a small screencast of 2 samples

 

I haven't made lots of tests, so please report problem when testing.
 
Olivier

Olivier Eckmann

EESignature

Message 44 of 93

АлексЮстасу
Advisor
Advisor

Hi, Olivier,

 

Interesting!

 

How do I install a new version instead of the old version?

 


-- Alexander, private person, pacifist, english only with translator 🙂 --

Object-modeling _ odclass-odedit.com _ Help

0 Likes
Message 45 of 93

O_Eckmann
Mentor
Mentor

Hi,

 

Unzip and replace each file. They have same name, no new file to add, no old file to remove.

Or you can delete folder "QueryShowOD.bundle" and unzip the new one.

 

Olivier

Olivier Eckmann

EESignature

0 Likes
Message 46 of 93

АлексЮстасу
Advisor
Advisor

... Under one condition, this folder must be in C:\ProgramData\Autodesk\ApplicationPlugins?

 

I tried to change Layer (Calque) by taking values from the OD field, but I did not succeed.
I even created the appropriate Layers myself.

layer-calque.png

 


-- Alexander, private person, pacifist, english only with translator 🙂 --

Object-modeling _ odclass-odedit.com _ Help

0 Likes
Message 47 of 93

АлексЮстасу
Advisor
Advisor

It was also not possible to pass Color (Couleur) from the OD field.

 

Also - about the MAPBATI3D.
In my opinion, it is unnecessary to give contours a height (Hauteur). For example, if there is no height field in the OD.
And, perhaps, it makes sense to allow the OD to be transmitted to the generated 3DSolids.

 


-- Alexander, private person, pacifist, english only with translator 🙂 --

Object-modeling _ odclass-odedit.com _ Help

0 Likes
Message 48 of 93

O_Eckmann
Mentor
Mentor

Hi Alexander,

 

Here is new version with your remarks

 

Olivier

Olivier Eckmann

EESignature

Message 49 of 93

АлексЮстасу
Advisor
Advisor

Hi, Olivier,

 

Works well! And better than before!
Thank you!
(If do not forget Unblock for archive😀).

 

Can you transfer in 3DSolid and other basic properties of the original polylines - Colors, Lineweight, Linetype, Linetcale? OD and layers are now being transferred.

 

Maybe it would be better for you and everyone if there was an English version...

 


-- Alexander, private person, pacifist, english only with translator 🙂 --

Object-modeling _ odclass-odedit.com _ Help

0 Likes
Message 50 of 93

braudpat
Mentor
Mentor

Hello @АлексЮстасу 

 

You seem to be a "QueryShowOD" Fanatic !? ... I agree with you, it is a "fantastic" Routine !!

 

The Health, Bye, Patrice

 

Patrice ( Supporting Troops ) - Autodesk Expert Elite
If you are happy with my answer please mark "Accept as Solution" and if very happy please give me a Kudos (Felicitations) - Thanks

Patrice BRAUD

EESignature


Message 51 of 93

АлексЮстасу
Advisor
Advisor

Hi, Patrice,

 

Yes, QueryShowOD is a very useful addition to OD!

And I like it more and more. 🙂

 


-- Alexander, private person, pacifist, english only with translator 🙂 --

Object-modeling _ odclass-odedit.com _ Help

0 Likes
Message 52 of 93

CADaSchtroumpf modernized OD2DXF38.lsp - made it more powerful, more universal, more useful.
Elevates not only polylines, lines, but also blocks, points, texts, mtexts, circles, and arcs from OD values. Moreover, you can simultaneously.


Thank you for doing a great job, CADaSchtroumpf!

 


-- Alexander, private person, pacifist, english only with translator 🙂 --

Object-modeling _ odclass-odedit.com _ Help

0 Likes
Message 53 of 93

BriamR
Advocate
Advocate

Hola! he usado una rutina muy util "MAPBRK" de Gilles (gile) que actúa como BREAK pero mantiene los datos del objeto de MAP o CIVIL .

https://forums.autodesk.com/t5/autocad-map-3d-forum/break-polyline-with-object-data/td-p/1175705

Message 54 of 93

АлексЮстасу
Advisor
Advisor

Thank you, Briam!
For some reason, I missed this lisp.


Thanks to Gilles (gile) for the program!
And thank you for helping to create such programs!


(Interestingly, most additional OD programs have been created in France... 🤔 ).

 


-- Alexander, private person, pacifist, english only with translator 🙂 --

Object-modeling _ odclass-odedit.com _ Help

Message 55 of 93

АлексЮстасу
Advisor
Advisor

It is a pity that MAPBRK does not retain OD for 3dpolylines...

 


-- Alexander, private person, pacifist, english only with translator 🙂 --

Object-modeling _ odclass-odedit.com _ Help

Message 56 of 93

CADaSchtroumpf improved its Coord2OD.lsp - made it possible to select coordinate options for loading into OD: XYZ, XY and only Z.

COORD2OD_7.png

I will post the english version on the website in Additionally.

 


-- Alexander, private person, pacifist, english only with translator 🙂 --

Object-modeling _ odclass-odedit.com _ Help

Message 57 of 93

O_Eckmann
Mentor
Mentor

Hi Alexander,

 

Here is new version of my plugin to take into account your remark on 3D polyline

 

Olivier

Olivier Eckmann

EESignature

Message 58 of 93

franc_as
Enthusiast
Enthusiast

Great lisp "Rename_Fields" CADaSchtroumpf...I am looking for this for some time.
Do you have a lisp to change the fields order in object data table?

regards

Message 59 of 93

franc_as
Enthusiast
Enthusiast
And...by the way....
I also like your great routine "Sel_By_OD". The only thing I am missing is, that it works only on selected layer.
I have many objects with same table on different layers... Is it possible to modify routine?
Message 60 of 93

АлексЮстасу
Advisor
Advisor

Also, most recently, a question-proposal arose about Sel_By_OD.
It would be good for >, < to also work for Character data.
For example, IDs are more often created as Character. But IDs themselves also most often contain numbers.
For example, it is currently impossible to select such ID > 50 or ID > VPS50.

 


-- Alexander, private person, pacifist, english only with translator 🙂 --

Object-modeling _ odclass-odedit.com _ Help