PCB_Document class
PCB & footprint / document operation class
Signature
class PCB_DocumentRemarks
Operations performed on the design document as a whole
Methods
Method | Modifiers | Description |
|---|---|---|
(BETA) Auto layout | ||
(BETA) Auto routing | ||
(BETA) Clear routing | ||
Input a canvas coordinate and return the data coordinate corresponding to that coordinate | ||
Input a data coordinate and return the canvas coordinate corresponding to that coordinate | ||
Get the current ratline calculation function status | ||
Get the offset coordinate of the canvas origin relative to the data origin | ||
(BETA) Query the current canvas update calculation status | ||
(BETA) Get Current canvas filter configuration | ||
(BETA) Get The primitive at the coordinate point | ||
getPrimitivesInRegion(left, right, top, bottom, leftToRight) | (BETA) Get All primitives in the region | |
(BETA) Import auto layout file (JSON) | ||
(BETA) Import auto routing file (JSON) | ||
(BETA) Import auto routing file (SES) | ||
Import changes from the schematic | ||
Locate to canvas coordinate | ||
(BETA) Locate to canvas region | ||
Save Document | ||
Set the offset coordinate of the canvas origin relative to the data origin | ||
Start the ratline calculation function | ||
(BETA) Start canvas update calculation | ||
Stop the ratline calculation function | ||
(BETA) Stop canvas update calculation | ||
(BETA) Trigger a canvas update calculation | ||
(BETA) Zoom to the board outline (fit the board outline) |