Hello, I can create surfaces from corridor using Python. Is there any solution how to add surface boundary based on subassembly point codes?
@Drbohlav check out the CorridorSurfaceBoundaryCollection class in the API. There is an overloaded Add method with an option to add a boundary by name and feature line code.
2 Likes
Here is solution. Thank you @zachri.jensen for hint here.
3 Likes
Hi @Drbohlav,
Which is the result if I have more than two Fl with same Name.
Can we define diferent FL pe regions?
I gonna make My try ir I get something I let You Know.
Hi~
If one corridor and one boundary (polyline) are given
Is it possible for me to add a boundary to the corridor??
If possible, please provide the python code
If one corridor and one boundary (polyline) are given
Is it possible for me to add a boundary to the corridor??
If possible, please provide the python code…