Search found 113 matches

by Sam Cech
Thu Sep 19, 2024 11:49 am
Forum: News and Announcements
Topic: 12d Model Macro Database now open!
Replies: 13
Views: 47133

Re: 12d Model Macro Database now open!

I have seen some users have access issues when they registered prior to being on maintenance or their status changed : https://forums.12dmodel.com/ucp.php?mode=register you can change your dongle number when you move companies etc on this forum via: Board index => User Control Panel => Profile => Ed...
by Sam Cech
Fri Aug 16, 2024 6:13 pm
Forum: General
Topic: v12 to v15
Replies: 4
Views: 2253

Re: v12 to v15

Latest synergy can migrate projects now, if enabled in admin app.

Drag the folder above from file browser to any folder in synergy
by Sam Cech
Thu Jun 13, 2024 7:18 am
Forum: General
Topic: v12 to v15
Replies: 4
Views: 2253

Re: v12 to v15

if you are using network or local storage
Migrate option should be a prompt when you try to open an old project with v15

if you use Synergy, you will need to do this outside synergy. (Dataout/offline-export)
you would need to drag the v15 version back into synergy.
by Sam Cech
Sat Feb 17, 2024 10:23 am
Forum: General
Topic: Trim crossing strings
Replies: 5
Views: 24804

Re: Trim crossing strings

not impossible... time to open up the 12dpl manual if you can come up with some conditions you can write your own function I did something similar for pipes, ended up using a vector4 miltimap as my trim/splay problem was in 3d once you join ends of strings to closest other strings, you can go about ...
by Sam Cech
Mon Jan 22, 2024 5:47 am
Forum: General
Topic: Modifying IA Strings
Replies: 2
Views: 4961

Re: Modifying IA Strings

If you use modify link to tin rather than use a final template
You can keep modifying that link afterwards in the MTF
Modifying width pos-pos might achieve what you want

You could also increase chainage intervals in that area and see more accurately what's happening with the interface.
by Sam Cech
Mon Aug 14, 2023 4:48 am
Forum: News and Announcements
Topic: 12d Model Macro Database now open!
Replies: 13
Views: 47133

Re: 12d Model Macro Database now open!

It should be at the bottom of the main board page

viewforum.php?f=51

Requires full access to the forums
by Sam Cech
Fri Aug 11, 2023 12:58 pm
Forum: General
Topic: Project needs to be migrated
Replies: 3
Views: 24551

Re: Project needs to be migrated

That comes up when you try to open old v14 job with v15 Due to Object tree it needs to be migrated. Once it does that you should review the report file generated and the output window and if all is ok delete the _old back up folder as it is a duplicate copy the v14 version. If you are not in synergy...
by Sam Cech
Sat Mar 18, 2023 1:10 pm
Forum: General
Topic: Apply MTF Recreate
Replies: 10
Views: 87476

Re: APPLY MTF RECREATE

Caps Lock

no screen shot attached
by Sam Cech
Thu Sep 08, 2022 11:57 am
Forum: General
Topic: Approach to work with large tin
Replies: 5
Views: 25470

Re: Approach to work with large tin

ahh, super tins perhaps you can contour the original tin, use Global utilities filter to remove points from those, and create a new tin from contours there will be a quality degradation depending on contour interval, plus contours are not that great to tin, but it might reduce the data to something ...
by Sam Cech
Mon Sep 05, 2022 3:05 pm
Forum: General
Topic: Approach to work with large tin
Replies: 5
Views: 25470

Re: Approach to work with large tin

you could try and make a Grid tin from it
by Sam Cech
Wed Jul 13, 2022 10:44 am
Forum: General
Topic: Export Super tins
Replies: 10
Views: 67052

Re: Export Super tins

Generate Trimeshes from 12d Objects is the only way I know to generate a Mesh for export to DWG/IFC that matches exactly the super tin various macros have been tested in beta and I am not sure any actually work anywhere near 9/10 cases... the issue with using super tin faces to generate a new tin is...
by Sam Cech
Wed Jun 22, 2022 3:25 pm
Forum: General
Topic: Reading a CSV file Macro
Replies: 6
Views: 26365

Re: Reading a CSV file Macro

you are doing well just a thought, if you split the tasks into individual functions later on you might find it easier to troubleshoot errors, like not checking a return value somewhere for reading a text/csv file here is a function from a macro somewhere on this forum to help you get data out of a f...
by Sam Cech
Fri Feb 11, 2022 10:02 am
Forum: ADAC
Topic: PPF Plot formatting into AUTOCAD
Replies: 10
Views: 107894

Re: PPF Plot formatting into AUTOCAD

You are a legend Sam thanks so much! Yeah 12D support just said to design my own macro to fix it , glad to see you're way ahead of me! Cheers! Glad it helped Yeah sounds like an odd thing... I must say in the two decades I have not experienced that, 12d support has always been helpful, and the guys...
by Sam Cech
Thu Feb 10, 2022 2:43 pm
Forum: ADAC
Topic: PPF Plot formatting into AUTOCAD
Replies: 10
Views: 107894

Re: PPF Plot formatting into AUTOCAD

I think this is possible out of the box the internal margins can be achieved via the Plot Parameters as Matt noted the Sheet margins can be achieved if - plot to a model - set the correct sheet size - go to the tree section Plot To Models and choose the row-wise translation - set horizontal spacing ...
by Sam Cech
Mon Nov 22, 2021 3:02 pm
Forum: General
Topic: Averaging a group of base readings for a single point
Replies: 8
Views: 46464

Re: Averaging a group of base readings for a single point

Anyone know if something for this exists yet? Or anyone written a macro. I know Sam has one for GNSS, but be keen for something that averages a set of points based on a tolerance (i.e. points within 40mm) LOL yes it is unfortunately names as it was originally developed for GNSS data but it does clu...