Fantastic that has sorted it! thank you both Phil and Alexander!
I was using the ppf parameters that chains use which was the key issue so thanks for pointing out the actual parameter name! this will no doubt solve some future issues i might have too :lol:
and thank you both for the ideas on ...
Search found 3 matches
- Thu Dec 18, 2025 1:24 pm
- Forum: General
- Topic: Long Section plot ppf parameters
- Replies: 5
- Views: 63
- Thu Dec 18, 2025 7:53 am
- Forum: General
- Topic: Long Section plot ppf parameters
- Replies: 5
- Views: 63
Re: Long Section plot ppf parameters
I am creating it as below:
rv = Create_section_long_plot_parameter_file(ppf_lsec);
and then adding the parameters as below:
// ----------------------SPECIAL CHAINAGE FILE
File file;
Text file_name, file_type;
file_name = string_name + ".spc";
file_type = "ccs=UNICODE";
File_open(file_name,"w ...
rv = Create_section_long_plot_parameter_file(ppf_lsec);
and then adding the parameters as below:
// ----------------------SPECIAL CHAINAGE FILE
File file;
Text file_name, file_type;
file_name = string_name + ".spc";
file_type = "ccs=UNICODE";
File_open(file_name,"w ...
- Wed Dec 17, 2025 9:11 pm
- Forum: General
- Topic: Long Section plot ppf parameters
- Replies: 5
- Views: 63
Long Section plot ppf parameters
Hi everyone,
I am working on a macro to create a set of long section ppf's for each super alignment in a model. so far so good but I am having issues adding the special chainage files to the ppf's. Very new to macros and this has completely stumped me.
I have used the following to create each ...
I am working on a macro to create a set of long section ppf's for each super alignment in a model. so far so good but I am having issues adding the special chainage files to the ppf's. Very new to macros and this has completely stumped me.
I have used the following to create each ...