ProductDesignServices Class |
Namespace: FactoryLogix.xTend.PartDefinition
The ProductDesignServices type exposes the following members.
Name | Description | |
---|---|---|
ProductDesignServices | Initializes a new instance of the ProductDesignServices class |
Name | Description | |
---|---|---|
GetDesignFileContent |
Retrieves the raw file content for a single generic design file.
| |
GetDesignFiles |
Retrieves a list file information regarding the generic (non-ECAD) design files of the specified assembly revision (as designated by the partId parameter).
The returned list does not contain the content of the files, which may be acquired subsequently using the GetDesignFileContent method.
| |
GetECAD |
Retrieves a PCBPanel object representing the design of the specified
printed circuit card assembly (designated by the partId parameter).
| |
ImportDesignFiles |
Imports one of more CAD design files into the system against the specified assembly revision (as designated by the partId parameter).
If a file in the dataFiles list is of a supported format that is automatically recognizeable as a PCB design file (ECAD), it will be
automatically interpreted by the system, replacing any existing data. Otherwise, the file will be added to the list of generic design files
for the assembly, replacing any existing design files with the same filename.
|