You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FM2PROF support creating a cross-section location file from a NetworkDefinition.ini file. However, at the moment it is only supported using the Python API:
"""
This function is not yet supported by the CLI (exe) in version 2.2.2
"""
from fm2prof.utils import GenerateCrossSectionLocationFile
from pathlib import Path
FM2PROF support creating a cross-section location file from a NetworkDefinition.ini file. However, at the moment it is only supported using the Python API:
"""
This function is not yet supported by the CLI (exe) in version 2.2.2
"""
from fm2prof.utils import GenerateCrossSectionLocationFile
from pathlib import Path
base_path = Path(r".")
GenerateCrossSectionLocationFile(networkdefinitionfile=base_path.joinpath("NetworkDefinition.ini"),
crossectionlocationfile=base_path.joinpath("cross_section_locations_j19_6_v2.xyz"),
branchrulefile=base_path.joinpath('branchRules_j19_v2.ini'))
The text was updated successfully, but these errors were encountered: