Collect all the edges and edge vertices, then export them as global points to an XML file.
Declaration Syntax
public static void ExportToXML(ConstructionLine constructionLine, string xmlFilePath)
Parameters
- constructionLine(ConstructionLine)
The ConstructionLine instance.
- xmlFilePath(string)
Full file path to which the data will be written. Note: A Python literal string (prefixed with an 'r' character) may be required to prevent treating the backslash as an escape character.