Search found 8 matches
- Thu Dec 18, 2025 9:05 am
- Forum: General
- Topic: Long Section plot ppf parameters
- Replies: 5
- Views: 8667
Re: Long Section plot ppf parameters
ppf_param_name = "chainage_selection_grid";
rv = Set_parameter(ppf_lsec,ppf_param_name,spc_file);
the special chainage file parameter in the ppf is a grid and i am not sure if this is why its not populating correctly with just text? is there something special i need to do to populate a grid ...
- Thu Dec 18, 2025 6:33 am
- Forum: General
- Topic: Long Section plot ppf parameters
- Replies: 5
- Views: 8667
Re: Long Section plot ppf parameters
How are you creating the ppf? Are you just manually writing all the parameters to a text file?
The spc files need to be numbered parameters in the format below.
The spc files need to be numbered parameters in the format below.
Code: Select all
chainage_special_1_file "file1.spc"
chainage_special_2_file "file2.spc"
......- Tue Oct 17, 2023 8:19 am
- Forum: General
- Topic: Create ID for polygons
- Replies: 3
- Views: 70744
Re: Create ID for polygons
Your best bet is to use the polygon's name as the ID. Then the Exact Volume > Tin to Tin will specify the polygons volume nicely. Although you will need to play with the format to get it in a presentable state.
Many of us who do road design and quantity analysis have our own macros that create the ...
Many of us who do road design and quantity analysis have our own macros that create the ...
- Thu Jul 14, 2022 7:40 am
- Forum: General
- Topic: Export Super tins
- Replies: 11
- Views: 302097
Re: Export Super tins
This problem has been around for a long time.
In terms of a process to complete it with a macro, you would need to:
- Get the list of the tins in order
- Get the strings for the first tin
- Get the boundary of the second tin, offset it a small distance (ie 1mm) in and out.
- Drape the out boundary ...
In terms of a process to complete it with a macro, you would need to:
- Get the list of the tins in order
- Get the strings for the first tin
- Get the boundary of the second tin, offset it a small distance (ie 1mm) in and out.
- Drape the out boundary ...
- Wed Jun 22, 2022 11:37 am
- Forum: General
- Topic: Reading a CSV file Macro
- Replies: 6
- Views: 121845
Re: Reading a CSV file Macro
Elliot,
Attached is the csv from the first example. The second was just generic code that can apply to any csv of PtId,X,Y,Z
Attached is the csv from the first example. The second was just generic code that can apply to any csv of PtId,X,Y,Z
- Thu Jun 16, 2022 10:53 am
- Forum: General
- Topic: Reading a CSV file Macro
- Replies: 6
- Views: 121845
Re: Reading a CSV file Macro
Your next step is to use the From_Text (Page 90 of the Macro manual, ID 2105) to turn your line of text into a dynamic array of text based on your delimiter.
You can then use those different bits of text to do whatever you want.
If you want to create elements based on coordinates you will need to ...
You can then use those different bits of text to do whatever you want.
If you want to create elements based on coordinates you will need to ...
- Sat Jun 06, 2020 2:21 pm
- Forum: General
- Topic: 12d Mapfile to Trimble fxl Codelist
- Replies: 3
- Views: 11648
Re: 12d Mapfile to Trimble fxl Codelist
I use excel to quickly generate xml based files.
You can copy you 12d map file to an excel grid and use a string mapiluation formula to format a line as either a <FeatureLineDefinition> or <FeaturePointDefinition> in the fxl.
Let say you had the following as an excerpt of your mapfile in excel ...
You can copy you 12d map file to an excel grid and use a string mapiluation formula to format a line as either a <FeatureLineDefinition> or <FeaturePointDefinition> in the fxl.
Let say you had the following as an excerpt of your mapfile in excel ...
- Sun Mar 18, 2018 10:32 am
- Forum: General
- Topic: Importing LAS to 12d - No Files Read
- Replies: 7
- Views: 56468