2027 Method
Changes 0
M

FabricationUtils.ExportToPCF

Description:
Exports a list of fabrication parts into PCF format.
public static void ExportToPCF(
	Document document,
	IList<ElementId> ids,
	string filename
)
  • document
    The document.
  • IList<ElementId>
    ids
    An array of FabricationPart element identifiers. Non-fabrication parts are ignored.
  • String
    filename
    The name given to the output file.