<Code Lib>
M

Document.Export(String, String, MassGBXMLExportOptions)

Description:
Exports a gbXML file from a mass model document.
Remarks:
This is only available for projects containing one or more instances of Conceptual Mass families.

public void Export(
	string folder,
	string name,
	MassGBXMLExportOptions options
)

  • String
    folder
    Indicates the path of a folder where to export the gbXML file.
  • String
    name
    Indicates the name of the gbXML file to export. If it doesn't end with ".xml", extension ".xml" will be added automatically. The name cannot contain any of the following characters: \/:*?"<>|. Empty name is not acceptable.
  • options
    Options which control the contents of the export.

Loading…