ORD Automated Template Drops

I have a challenge which would appear easy, but I can’t see that there are any available tools in ORD to help me, so I hope you can help.

 

I have an alignment approx 100km long on which I would like to drop templates.  I have 15 different templates.

I also have a spreadsheet containing the start and stop points for each template as both chainage and x,y,z.  There are hundreds of different template drop points so I need to automate this process if possible.

 

What I would like to do in simple terms is create a template drop by defining the following:

 

Template Name

Start chainage

End chainage

 

 

 

Template A

1000

1500

Template B

1500

2500

Template C

2500

3000

Template B

3000

5000

 I do not need any form of transition between the adjacent templates.

What would be the easiest way to do this?

 

I’m using ORD CE 2021 Release 2

Parents
  • We managed to create corridors and template drops from excel spreadsheets using the C# API from the SDK but with some limitations or perhaps bugs.

    In the template drops the template looks like ignoring the display rules, we need to do a manual update.

    There is no way as of now to attach corridor references (feature definitions as triggers and switches) programmatically, although they are a form of point control.

    The key stations created programmatically ignore the start station, although created at correct location, when edited dynamically the displayed value is wrong.

    Superelevation needs to be in the alignment file, that one perhaps needs some investigation on our part.

    We cannot featurize the corridors, don't know why.

    We have only one templatezilla that we control with parametric constraints, features (refs), point controls, etc, that we pull from excel.

    We can "split" the corridor automatically into several files to cope with large jobs.

    It runs in batch mode too, once configured can be run unattended, but one has to mess with the dgnws file and do some config.

    There may be other ways to skin the cat, what stage of project you are at and what is the level of detail?

    Can you have a single template controlled only by parameters? Parameters can be imported and exported to ASCII files.

    Regards,

    Val.

Reply
  • We managed to create corridors and template drops from excel spreadsheets using the C# API from the SDK but with some limitations or perhaps bugs.

    In the template drops the template looks like ignoring the display rules, we need to do a manual update.

    There is no way as of now to attach corridor references (feature definitions as triggers and switches) programmatically, although they are a form of point control.

    The key stations created programmatically ignore the start station, although created at correct location, when edited dynamically the displayed value is wrong.

    Superelevation needs to be in the alignment file, that one perhaps needs some investigation on our part.

    We cannot featurize the corridors, don't know why.

    We have only one templatezilla that we control with parametric constraints, features (refs), point controls, etc, that we pull from excel.

    We can "split" the corridor automatically into several files to cope with large jobs.

    It runs in batch mode too, once configured can be run unattended, but one has to mess with the dgnws file and do some config.

    There may be other ways to skin the cat, what stage of project you are at and what is the level of detail?

    Can you have a single template controlled only by parameters? Parameters can be imported and exported to ASCII files.

    Regards,

    Val.

Children