Search found 116 matches

by Sam Cech
Fri Jan 31, 2025 3:05 pm
Forum: General
Topic: OpenGL 3D won’t display models
Replies: 15
Views: 170170

Re: OpenGL 3D won’t display models

I’ve tried logging onto another computer and trying it and it works fine so it doesn’t seem to be a computer hardware issue, more in the realm of a software or setting issue. Any help would be appreciated. Are you saying it works on one pc but not on another? Do you have multiple monitors? I have s...
by Sam Cech
Thu Jan 16, 2025 6:05 am
Forum: General
Topic: Background Image Move and Scale
Replies: 4
Views: 9172

Re: Background Image Move and Scale

try 2d helmert transformation, Survey menu
by Sam Cech
Fri Dec 13, 2024 7:46 am
Forum: General
Topic: PNG Raster background transparency
Replies: 5
Views: 20967

Re: PNG Raster background transparency

Hi Jake its really hard to tell what the fix should be... what is your specific issue? - I think there was bit of misunderstanding in this post I haven't had issues with NULL parts of raster images (mainly from UAVs) they typically work Sometimes the format/windows can kill the null cropped areas an...
by Sam Cech
Thu Sep 19, 2024 11:49 am
Forum: News and Announcements
Topic: 12d Model Macro Database now open!
Replies: 13
Views: 104687

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: 13027

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: 13027

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: 40089

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: 14040

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: 104687

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: 34805

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: 114164

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: 38928

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: 38928

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: 91547

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: 40907

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...