-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPyPl.html
More file actions
724 lines (697 loc) · 46.4 KB
/
PyPl.html
File metadata and controls
724 lines (697 loc) · 46.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>PyPl.pyi</title>
<style>
body {
background-color: #1e1e1e;
color: #d4d4d4;
font-family: Consolas, monospace;
margin: 2em;
}
a {
color: #569cd6;
}
.class {
margin-bottom: 1em;
}
summary {
font-weight: bold;
font-size: 1.1em;
cursor: pointer;
padding: 0.2em 0.4em;
border-radius: 4px;
}
details {
margin-left: 0.5em;
background-color: #252526;
border: 1px solid #3c3c3c;
border-radius: 6px;
padding: 0.5em;
}
code {
display: block;
margin: 0.3em 0;
white-space: pre;
background-color: #1e1e1e;
color: #dcdcdc;
padding: 0.4em 0.6em;
border-left: 4px solid #007acc;
font-size: 1.2em;
}
.kw {
color: #569cd6;
font-weight: bold;
}
.ds {
color: #FF8787;
opacity: 0.7;
}
h1 {
color: #569cd6;
}
.tag {
background: #007acc;
color: #fff;
border-radius: 4px;
padding: 0.1em 0.5em;
font-size: 0.9em;
margin-left: 0.5em;
}
.toc {
margin-bottom: 2em;
}
</style>
</head>
<body>
<h1>PyPl.pyi</h1>
<div class="toc">
<h2>Classes</h2>
<ul>
<li><a href="#Core">Core</a></li>
<li><a href="#CustomSizeResult">CustomSizeResult</a></li>
<li><a href="#DSDData">DSDData</a></li>
<li><a href="#DSDEntry">DSDEntry</a></li>
<li><a href="#DeviceType">DeviceType</a></li>
<li><a href="#MatchingPolicy">MatchingPolicy</a></li>
<li><a href="#PlObject">PlObject</a></li>
<li><a href="#PlotCancelStatus">PlotCancelStatus</a></li>
<li><a href="#PlotConfig">PlotConfig</a></li>
<li><a href="#PlotConfigInfo">PlotConfigInfo</a></li>
<li><a href="#PlotConfigManager">PlotConfigManager</a></li>
<li><a href="#PlotEngine">PlotEngine</a></li>
<li><a href="#PlotFactory">PlotFactory</a></li>
<li><a href="#PlotInfo">PlotInfo</a></li>
<li><a href="#PlotInfoValidator">PlotInfoValidator</a></li>
<li><a href="#PlotMSGIndex">PlotMSGIndex</a></li>
<li><a href="#PlotPageInfo">PlotPageInfo</a></li>
<li><a href="#PlotProgressDialog">PlotProgressDialog</a></li>
<li><a href="#PlotToFileCapability">PlotToFileCapability</a></li>
<li><a href="#PrecisionEntry">PrecisionEntry</a></li>
<li><a href="#ProcessPlotState">ProcessPlotState</a></li>
<li><a href="#RefreshCode">RefreshCode</a></li>
<li><a href="#SetupType">SetupType</a></li>
<li><a href="#SheetCancelStatus">SheetCancelStatus</a></li>
<li><a href="#SheetType">SheetType</a></li>
<li><a href="#StdConfigs">StdConfigs</a></li>
<li><a href="#StyTypes">StyTypes</a></li>
</ul>
</div>
<div class="class" id="Core">
<details>
<summary>class Core <span class="tag">Class</span></summary>
<code><span class="kw">def</span> __init__(self) -> None:</code>
<code><span class="kw">def</span> __reduce__(self) -> Any:</code>
<code><span class="kw">def</span> className() -> str:</code>
<code><span class="kw">def</span> processPlotState() -> ProcessPlotState:</code>
<code><span class="kw">def</span> publishExecute(dsdDataObj: PyPl.DSDData, pConfig: PyPl.PlotConfig, bShowPlotProgress: bool) -> None:</code>
</details>
</div>
<div class="class" id="CustomSizeResult">
<details>
<summary>class CustomSizeResult <span class="tag">Class</span></summary>
<code>ePossible: ClassVar[Self]</code>
<code>eMustCreatePC3: ClassVar[Self]</code>
<code>eRotationRequired: ClassVar[Self]</code>
<code>ePC3DirReadOnly: ClassVar[Self]</code>
<code>ePMPDirReadOnly: ClassVar[Self]</code>
<code>ePMPDirMissing: ClassVar[Self]</code>
<code>eUnknownErrPMPDir: ClassVar[Self]</code>
<code>ePC3FileReadOnly: ClassVar[Self]</code>
<code>eSizeTooBig: ClassVar[Self]</code>
<code>eException: ClassVar[Self]</code>
<code>eUnknownErrPC3File: ClassVar[Self]</code>
<code>eUnknownErrPMPFile: ClassVar[Self]</code>
<code>ePMPFileReadOnly: ClassVar[Self]</code>
<code>eWidthAndHeightMustBePositive: ClassVar[Self]</code>
<code>eDeviceLoadFailed: ClassVar[Self]</code>
</details>
</div>
<div class="class" id="DSDData">
<details>
<summary>class DSDData <span class="tag">Class</span></summary>
<code><span class="kw">def</span> __init__(self) -> None:
<span class="ds">This utility class reads and writes DSD files. It holds an array of AcPlDSDEntry objects in
addition to DSD sheet set information.</span></code>
<code><span class="kw">def</span> __reduce__(self) -> Any:</code>
<code><span class="kw">def</span> categoryName(self) -> str:</code>
<code><span class="kw">def</span> className() -> str:</code>
<code><span class="kw">def</span> currentPrecision(self) -> str:</code>
<code><span class="kw">def</span> desc() -> PyRx.RxClass:
<span class="ds">Returns a pointer to the AcRxClass object representing the specific class, or most recent
parent class explicitly registered with ObjectARX of either the pointer type used to invoke
it or the class qualifier used with it. (Remember that when a static member function is
invoked via a pointer, the pointer type, not the object type, determines which
implementation of the function is invoked.) When working with a pointer to an object and
the proper AcRxClass object for the class of the object pointed to is desired, the
AcRxObject::isA() function should be used, since it is a virtual non-static method and is
therefore not pointer type dependent. Caching the value of the pointer returned by this
method is acceptable, provided the application knows that the AcRxClass object pointed to
by the returned pointer was created by an ObjectARX application that will not be unloaded.</span></code>
<code><span class="kw">def</span> destinationName(self) -> str:</code>
<code><span class="kw">def</span> get3dDwfOptions(self) -> tuple[bool, bool]:</code>
<code><span class="kw">def</span> getDSDEntries(self) -> list[PyPl.DSDEntry]:</code>
<code><span class="kw">def</span> getPrecisionEntries(self) -> list[PyPl.PrecisionEntry]:</code>
<code><span class="kw">def</span> getUnrecognizedData(self) -> tuple:</code>
<code><span class="kw">def</span> includeLayerInfo(self) -> bool:</code>
<code><span class="kw">def</span> initializeLayouts(self) -> bool:</code>
<code><span class="kw">def</span> isHomogeneous(self) -> bool:</code>
<code><span class="kw">def</span> isSheetSet(self) -> bool:</code>
<code><span class="kw">def</span> lineMerge(self) -> bool:</code>
<code><span class="kw">def</span> logFilePath(self) -> str:</code>
<code><span class="kw">def</span> majorVersion(self) -> int:</code>
<code><span class="kw">def</span> minorVersion(self) -> int:</code>
<code><span class="kw">def</span> noOfCopies(self) -> int:</code>
<code><span class="kw">def</span> numberOfDSDEntries(self) -> int:</code>
<code><span class="kw">def</span> password(self) -> str:</code>
<code><span class="kw">def</span> plotStampOn(self) -> bool:</code>
<code><span class="kw">def</span> projectPath(self) -> str:</code>
<code><span class="kw">def</span> promptForDwfName(self) -> bool:</code>
<code><span class="kw">def</span> promptForPassword(self) -> bool:</code>
<code><span class="kw">def</span> pwdProtectPublishedDWF(self) -> bool:</code>
<code><span class="kw">def</span> selectionSetName(self) -> str:</code>
<code><span class="kw">def</span> set3dDwfOptions(self, groupByXrefHierarchy: bool, publishWithMaterials: bool) -> None:</code>
<code><span class="kw">def</span> setCategoryName(self, val: str) -> None:</code>
<code><span class="kw">def</span> setCurrentPrecision(self, val: str) -> None:</code>
<code><span class="kw">def</span> setDSDEntries(self, entries: list[PyPl.DSDEntry]) -> None:</code>
<code><span class="kw">def</span> setDestinationName(self, val: str) -> None:</code>
<code><span class="kw">def</span> setIncludeLayerInfo(self, val: bool) -> None:</code>
<code><span class="kw">def</span> setInitializeLayouts(self, val: bool) -> None:</code>
<code><span class="kw">def</span> setIsHomogeneous(self, val: bool) -> None:</code>
<code><span class="kw">def</span> setIsSheetSet(self, val: bool) -> None:</code>
<code><span class="kw">def</span> setLineMerge(self, val: bool) -> None:</code>
<code><span class="kw">def</span> setLogFilePath(self, val: str) -> None:</code>
<code><span class="kw">def</span> setMajorVersion(self, val: int) -> None:</code>
<code><span class="kw">def</span> setMinorVersion(self, val: int) -> None:</code>
<code><span class="kw">def</span> setNoOfCopies(self, val: int) -> None:</code>
<code><span class="kw">def</span> setPassword(self, val: str) -> None:</code>
<code><span class="kw">def</span> setPlotStampOn(self, val: bool) -> None:</code>
<code><span class="kw">def</span> setPrecisionEntries(self, val: list[PyPl.PrecisionEntry]) -> None:</code>
<code><span class="kw">def</span> setProjectPath(self, path: str) -> None:</code>
<code><span class="kw">def</span> setPromptForDwfName(self, val: bool) -> None:</code>
<code><span class="kw">def</span> setPromptForPassword(self, val: bool) -> None:</code>
<code><span class="kw">def</span> setPwdProtectPublishedDWF(self, val: bool) -> None:</code>
<code><span class="kw">def</span> setSelectionSetName(self, val: str) -> None:</code>
<code><span class="kw">def</span> setSheetSetName(self, val: str) -> None:</code>
<code><span class="kw">def</span> setSheetType(self, val: PyPl.SheetType) -> None:</code>
<code><span class="kw">def</span> setUnrecognizedData(self, sectionName: str, sectionData: str) -> None:</code>
<code><span class="kw">def</span> setViewFile(self, val: bool) -> None:</code>
<code><span class="kw">def</span> sheetSetName(self) -> str:</code>
<code><span class="kw">def</span> sheetType(self) -> SheetType:</code>
<code><span class="kw">def</span> viewFile(self) -> bool:</code>
</details>
</div>
<div class="class" id="DSDEntry">
<details>
<summary>class DSDEntry <span class="tag">Class</span></summary>
<code><span class="kw">def</span> NPS(self) -> str:</code>
<code><span class="kw">def</span> NPSSourceDWG(self) -> str:</code>
<code><span class="kw">def</span> __init__(self) -> None:
<span class="ds">This container class holds information specific to a sheet (in a sheet set). AcPlDSDData
holds a collection of AcPlDSDEntry objects to configure a publish job.</span></code>
<code><span class="kw">def</span> __reduce__(self) -> Any:</code>
<code><span class="kw">def</span> className() -> str:</code>
<code><span class="kw">def</span> desc() -> PyRx.RxClass:
<span class="ds">Returns a pointer to the AcRxClass object representing the specific class, or most recent
parent class explicitly registered with ObjectARX of either the pointer type used to invoke
it or the class qualifier used with it. (Remember that when a static member function is
invoked via a pointer, the pointer type, not the object type, determines which
implementation of the function is invoked.) When working with a pointer to an object and
the proper AcRxClass object for the class of the object pointed to is desired, the
AcRxObject::isA() function should be used, since it is a virtual non-static method and is
therefore not pointer type dependent. Caching the value of the pointer returned by this
method is acceptable, provided the application knows that the AcRxClass object pointed to
by the returned pointer was created by an ObjectARX application that will not be unloaded.</span></code>
<code><span class="kw">def</span> dwgName(self) -> str:</code>
<code><span class="kw">def</span> has3dDwfSetup(self) -> bool:</code>
<code><span class="kw">def</span> layout(self) -> str:</code>
<code><span class="kw">def</span> orgSheetPath(self) -> str:</code>
<code><span class="kw">def</span> setDwgName(self, val: str) -> None:</code>
<code><span class="kw">def</span> setHas3dDwfSetup(self, val: bool) -> None:</code>
<code><span class="kw">def</span> setLayout(self, val: str) -> None:</code>
<code><span class="kw">def</span> setNPS(self, val: str) -> None:</code>
<code><span class="kw">def</span> setNPSSourceDWG(self, val: str) -> None:</code>
<code><span class="kw">def</span> setSetupType(self, val: PyPl.SetupType) -> None:</code>
<code><span class="kw">def</span> setTitle(self, val: str) -> None:</code>
<code><span class="kw">def</span> setTraceSession(self, val: str) -> None:</code>
<code><span class="kw">def</span> setupType(self) -> SetupType:</code>
<code><span class="kw">def</span> title(self) -> str:</code>
<code><span class="kw">def</span> traceSession(self) -> str:</code>
</details>
</div>
<div class="class" id="DeviceType">
<details>
<summary>class DeviceType <span class="tag">Class</span></summary>
<code>kSystemPrinter: ClassVar[Self]</code>
<code>kPC3File: ClassVar[Self]</code>
<code>kOneOffConfig: ClassVar[Self]</code>
<code>kUninitialized: ClassVar[Self]</code>
</details>
</div>
<div class="class" id="MatchingPolicy">
<details>
<summary>class MatchingPolicy <span class="tag">Class</span></summary>
<code>kMatchDisabled: ClassVar[Self]</code>
<code>kMatchEnabled: ClassVar[Self]</code>
<code>kMatchEnabledCustom: ClassVar[Self]</code>
<code>kMatchEnabledTmpCustom: ClassVar[Self]</code>
</details>
</div>
<div class="class" id="PlObject">
<details>
<summary>class PlObject <span class="tag">Class</span></summary>
<code><span class="kw">def</span> __init__() -> None:
<span class="ds">Raises an exception.
This class cannot be instantiated from Python.</span></code>
<code><span class="kw">def</span> __reduce__(self) -> Any:</code>
<code><span class="kw">def</span> className() -> str:</code>
</details>
</div>
<div class="class" id="PlotCancelStatus">
<details>
<summary>class PlotCancelStatus <span class="tag">Class</span></summary>
<code>kPlotContinue: ClassVar[Self]</code>
<code>kPlotCanceledByCaller: ClassVar[Self]</code>
<code>kPlotCanceledByCancelAllButton: ClassVar[Self]</code>
<code>kPlotCancelStatusCount: ClassVar[Self]</code>
</details>
</div>
<div class="class" id="PlotConfig">
<details>
<summary>class PlotConfig <span class="tag">Class</span></summary>
<code><span class="kw">def</span> __init__() -> None:
<span class="ds">Raises an exception.
This class cannot be instantiated from Python.</span></code>
<code><span class="kw">def</span> __reduce__(self) -> Any:</code>
<code><span class="kw">def</span> className() -> str:</code>
<code><span class="kw">def</span> desc() -> PyRx.RxClass:
<span class="ds">Returns a pointer to the AcRxClass object representing the specific class, or most recent
parent class explicitly registered with ObjectARX of either the pointer type used to invoke
it or the class qualifier used with it. (Remember that when a static member function is
invoked via a pointer, the pointer type, not the object type, determines which
implementation of the function is invoked.) When working with a pointer to an object and
the proper AcRxClass object for the class of the object pointed to is desired, the
AcRxObject::isA() function should be used, since it is a virtual non-static method and is
therefore not pointer type dependent. Caching the value of the pointer returned by this
method is acceptable, provided the application knows that the AcRxClass object pointed to
by the returned pointer was created by an ObjectARX application that will not be unloaded.</span></code>
<code><span class="kw">def</span> deviceName(self) -> str:</code>
<code><span class="kw">def</span> deviceType(self) -> int:</code>
<code><span class="kw">def</span> fullPath(self) -> str:</code>
<code><span class="kw">def</span> getCanonicalMediaNameList(self) -> list[str]:</code>
<code><span class="kw">def</span> getDefaultFileExtension(self) -> str:</code>
<code><span class="kw">def</span> getDescriptionFields(self) -> tuple[str, ...]:</code>
<code><span class="kw">def</span> getLocalMediaName(self, canonicalMediaName: str) -> str:</code>
<code><span class="kw">def</span> getMediaBounds(self, canonicalMediaName: str) -> tuple:</code>
<code><span class="kw">def</span> isPlotToFile(self) -> bool:</code>
<code><span class="kw">def</span> maxDeviceDPI(self) -> int:</code>
<code><span class="kw">def</span> plotToFileCapability(self) -> PlotToFileCapability:</code>
<code><span class="kw">def</span> refreshMediaNameList(self) -> None:</code>
<code><span class="kw">def</span> saveToPC3(self, val: str) -> bool:</code>
<code><span class="kw">def</span> setPlotToFile(self, val: bool) -> None:</code>
</details>
</div>
<div class="class" id="PlotConfigInfo">
<details>
<summary>class PlotConfigInfo <span class="tag">Class</span></summary>
<code><span class="kw">def</span> __init__(self) -> None:</code>
<code><span class="kw">def</span> __reduce__(self) -> Any:</code>
<code><span class="kw">def</span> className() -> str:</code>
<code><span class="kw">def</span> desc() -> PyRx.RxClass:
<span class="ds">Returns a pointer to the AcRxClass object representing the specific class, or most recent
parent class explicitly registered with ObjectARX of either the pointer type used to invoke
it or the class qualifier used with it. (Remember that when a static member function is
invoked via a pointer, the pointer type, not the object type, determines which
implementation of the function is invoked.) When working with a pointer to an object and
the proper AcRxClass object for the class of the object pointed to is desired, the
AcRxObject::isA() function should be used, since it is a virtual non-static method and is
therefore not pointer type dependent. Caching the value of the pointer returned by this
method is acceptable, provided the application knows that the AcRxClass object pointed to
by the returned pointer was created by an ObjectARX application that will not be unloaded.</span></code>
<code><span class="kw">def</span> deviceId(self) -> str:</code>
<code><span class="kw">def</span> deviceName(self) -> str:</code>
<code><span class="kw">def</span> deviceType(self) -> DeviceType:</code>
<code><span class="kw">def</span> fullPath(self) -> str:</code>
<code><span class="kw">def</span> setDeviceId(self, val: type) -> None:</code>
<code><span class="kw">def</span> setDeviceName(self, val: str) -> None:</code>
<code><span class="kw">def</span> setDeviceType(self, val: PyPl.DeviceType) -> None:</code>
<code><span class="kw">def</span> setFullPath(self, val: str) -> None:</code>
</details>
</div>
<div class="class" id="PlotConfigManager">
<details>
<summary>class PlotConfigManager <span class="tag">Class</span></summary>
<code><span class="kw">def</span> __init__(self) -> None:</code>
<code><span class="kw">def</span> __reduce__(self) -> Any:</code>
<code><span class="kw">def</span> className() -> str:</code>
<code><span class="kw">def</span> getCurrentConfig(self) -> PlotConfig:</code>
<code><span class="kw">def</span> getDevicesList(self) -> list[PyPl.PlotConfigInfo]:</code>
<code><span class="kw">def</span> getStdConfigName(self) -> str:</code>
<code><span class="kw">def</span> getStyleList(self) -> list[str]:</code>
<code><span class="kw">def</span> refreshList(self, refreshCode: PyPl.RefreshCode) -> None:</code>
<code><span class="kw">def</span> setCurrentConfig(self, deviceName: str) -> PlotConfig:</code>
</details>
</div>
<div class="class" id="PlotEngine">
<details>
<summary>class PlotEngine <span class="tag">Class</span></summary>
<code><span class="kw">def</span> __init__() -> None:
<span class="ds">Raises an exception.
This class cannot be instantiated from Python.</span></code>
<code><span class="kw">def</span> __reduce__(self) -> Any:</code>
<code><span class="kw">def</span> beginDocument(self, plotInfo: PyPl.PlotInfo, docName: str, plotToFile: bool, fileName: str) -> None:</code>
<code><span class="kw">def</span> beginGenerateGraphics(self) -> None:</code>
<code><span class="kw">def</span> beginPage(self, pageInfo: PyPl.PlotPageInfo, plotInfo: PyPl.PlotInfo, lastPage: bool) -> None:</code>
<code><span class="kw">def</span> beginPlot(self, dlgRef: PyPl.PlotProgressDialog) -> None:</code>
<code><span class="kw">def</span> className() -> str:</code>
<code><span class="kw">def</span> destroy(self) -> None:</code>
<code><span class="kw">def</span> endDocument(self) -> None:</code>
<code><span class="kw">def</span> endGenerateGraphics(self) -> None:</code>
<code><span class="kw">def</span> endPage(self) -> None:</code>
<code><span class="kw">def</span> endPlot(self) -> None:</code>
<code><span class="kw">def</span> isBackgroundPackaging(self) -> bool:</code>
</details>
</div>
<div class="class" id="PlotFactory">
<details>
<summary>class PlotFactory <span class="tag">Class</span></summary>
<code><span class="kw">def</span> __init__() -> None:
<span class="ds">Raises an exception.
This class cannot be instantiated from Python.</span></code>
<code><span class="kw">def</span> __reduce__(self) -> Any:</code>
<code><span class="kw">def</span> className() -> str:</code>
<code><span class="kw">def</span> createPreviewEngine(flags: int) -> PlotEngine:</code>
<code><span class="kw">def</span> createPublishEngine() -> PlotEngine:</code>
<code><span class="kw">def</span> processPlotState() -> ProcessPlotState:</code>
</details>
</div>
<div class="class" id="PlotInfo">
<details>
<summary>class PlotInfo <span class="tag">Class</span></summary>
<code><span class="kw">def</span> OrgFilePath(self) -> str:</code>
<code><span class="kw">def</span> __init__(self) -> None:
<span class="ds">AcPlPlotInfo is a utility class that provides methods for building information about how
and what to plot and, ultimately, acts as a vehicle to transport this information to the
plotting pipeline. Applications must provide the object ID of the layout to be plotted to
this object before passing it to an AcPlPlotEngine object for processing. Applications can
provide overrides, in the form of an AcDbPlotSettings object, to be used for plotting the
layout in place of the settings on the layout itself. Applications can also override the
output device by providing an AcPlPlotConfig object designating the device to plot to. If a
device override is applied, it supercedes the device in the layout and the device in the
AcDbPlotSettings overrides object. AcPlPlotInfo objects must be validated using an
AcDbPlotInfoValidator before they can be processed by an AcPlPlotEngine. Validated
AcPlPlotInfo objects have non-null validated settings data and non-null validated
configurations, which will be used by the AcPlPlotEngine to plot the layout when it is
processed.</span></code>
<code><span class="kw">def</span> __reduce__(self) -> Any:</code>
<code><span class="kw">def</span> className() -> str:</code>
<code><span class="kw">def</span> copyFrom(self, otherObject: PyRx.RxObject) -> None:</code>
<code><span class="kw">def</span> desc() -> PyRx.RxClass:
<span class="ds">Returns a pointer to the AcRxClass object representing the specific class, or most recent
parent class explicitly registered with ObjectARX of either the pointer type used to invoke
it or the class qualifier used with it. (Remember that when a static member function is
invoked via a pointer, the pointer type, not the object type, determines which
implementation of the function is invoked.) When working with a pointer to an object and
the proper AcRxClass object for the class of the object pointed to is desired, the
AcRxObject::isA() function should be used, since it is a virtual non-static method and is
therefore not pointer type dependent. Caching the value of the pointer returned by this
method is acceptable, provided the application knows that the AcRxClass object pointed to
by the returned pointer was created by an ObjectARX application that will not be unloaded.</span></code>
<code><span class="kw">def</span> deviceOverride(self) -> PlotConfig:</code>
<code><span class="kw">def</span> isCompatibleDocument(self, val: PyPl.PlotInfo) -> bool:</code>
<code><span class="kw">def</span> isValidated(self) -> bool:</code>
<code><span class="kw">def</span> layout(self) -> PyDb.ObjectId:</code>
<code><span class="kw">def</span> mergeStatus(self) -> int:</code>
<code><span class="kw">def</span> overrideSettings(self) -> PyDb.PlotSettings:</code>
<code><span class="kw">def</span> setDeviceOverride(self, val: PyPl.PlotConfig) -> None:</code>
<code><span class="kw">def</span> setLayout(self, id: PyDb.ObjectId) -> None:</code>
<code><span class="kw">def</span> setOverrideSettings(self, val: PyDb.PlotSettings) -> None:</code>
<code><span class="kw">def</span> setValidatedConfig(self, val: PyPl.PlotConfig) -> None:</code>
<code><span class="kw">def</span> setValidatedSettings(self, val: PyDb.PlotSettings) -> None:</code>
<code><span class="kw">def</span> validatedConfig(self) -> PlotConfig:</code>
<code><span class="kw">def</span> validatedSettings(self) -> PyDb.PlotSettings:</code>
</details>
</div>
<div class="class" id="PlotInfoValidator">
<details>
<summary>class PlotInfoValidator <span class="tag">Class</span></summary>
<code><span class="kw">def</span> __init__(self) -> None:
<span class="ds">The AcPlPlotInfoValidator class merges plot settings from a layout object, an
AcDbPlotSettings object (settings overrides), and an output device override into a new plot
settings object. The validator returns a set of codes indicating any problems found during
the merge operation. The validator supports paper-matching policies in its validation
algorithmn. Depending on the setting of the policy, the validator may try to find a
matching paper size if the canonical paper name provided in the layout or overrides does
not exist on the device. The validator also has policies to create a custom paper size, if
possible, in case the matching algorithmn fails.</span></code>
<code><span class="kw">def</span> __reduce__(self) -> Any:</code>
<code><span class="kw">def</span> className() -> str:</code>
<code><span class="kw">def</span> desc() -> PyRx.RxClass:
<span class="ds">Returns a pointer to the AcRxClass object representing the specific class, or most recent
parent class explicitly registered with ObjectARX of either the pointer type used to invoke
it or the class qualifier used with it. (Remember that when a static member function is
invoked via a pointer, the pointer type, not the object type, determines which
implementation of the function is invoked.) When working with a pointer to an object and
the proper AcRxClass object for the class of the object pointed to is desired, the
AcRxObject::isA() function should be used, since it is a virtual non-static method and is
therefore not pointer type dependent. Caching the value of the pointer returned by this
method is acceptable, provided the application knows that the AcRxClass object pointed to
by the returned pointer was created by an ObjectARX application that will not be unloaded.</span></code>
<code><span class="kw">def</span> dimensionalWeight(self) -> int:</code>
<code><span class="kw">def</span> isCustomPossible(self, valByRef: PyPl.PlotInfo) -> CustomSizeResult:</code>
<code><span class="kw">def</span> matchingPolicy(self) -> MatchingPolicy:</code>
<code><span class="kw">def</span> mediaBoundsWeight(self, val: int) -> int:</code>
<code><span class="kw">def</span> mediaGroupWeight(self) -> int:</code>
<code><span class="kw">def</span> mediaMatchingThreshold(self) -> int:</code>
<code><span class="kw">def</span> printableBoundsWeight(self) -> int:</code>
<code><span class="kw">def</span> setDefDimensionalWeight(self) -> None:</code>
<code><span class="kw">def</span> setDefMediaBoundsWeight(self) -> None:</code>
<code><span class="kw">def</span> setDefMediaGroupWeight(self, val: int) -> None:</code>
<code><span class="kw">def</span> setDefMediaMatchingThreshold(self) -> None:</code>
<code><span class="kw">def</span> setDefPrintableBoundsWeight(self) -> None:</code>
<code><span class="kw">def</span> setDefSheetDimensionalWeight(self) -> None:</code>
<code><span class="kw">def</span> setDefSheetMediaGroupWeight(self) -> None:</code>
<code><span class="kw">def</span> setDimensionalWeight(self, val: int) -> None:</code>
<code><span class="kw">def</span> setMediaBoundsWeight(self, val: int) -> None:</code>
<code><span class="kw">def</span> setMediaGroupWeight(self, val: int) -> None:</code>
<code><span class="kw">def</span> setMediaMatchingPolicy(self, val: PyPl.MatchingPolicy) -> None:</code>
<code><span class="kw">def</span> setMediaMatchingThreshold(self, val: int) -> None:</code>
<code><span class="kw">def</span> setPrintableBoundsWeight(self, val: int) -> None:</code>
<code><span class="kw">def</span> setSheetDimensionalWeight(self, val: int) -> None:</code>
<code><span class="kw">def</span> setSheetMediaGroupWeight(self, val: int) -> None:</code>
<code><span class="kw">def</span> sheetDimensionalWeight(self) -> int:</code>
<code><span class="kw">def</span> sheetMediaGroupWeight(self) -> int:</code>
<code><span class="kw">def</span> validate(self, valByRef: PyPl.PlotInfo) -> None:</code>
</details>
</div>
<div class="class" id="PlotMSGIndex">
<details>
<summary>class PlotMSGIndex <span class="tag">Class</span></summary>
<code>kDialogTitle: ClassVar[Self]</code>
<code>kSheetName: ClassVar[Self]</code>
<code>kSheetNameToolTip: ClassVar[Self]</code>
<code>kStatus: ClassVar[Self]</code>
<code>kSheetProgressCaption: ClassVar[Self]</code>
<code>kSheetSetProgressCaption: ClassVar[Self]</code>
<code>kMsgCancelling: ClassVar[Self]</code>
<code>kMsgCancellingCurrent: ClassVar[Self]</code>
<code>kCancelSheetBtnMsg: ClassVar[Self]</code>
<code>kCancelJobBtnMsg: ClassVar[Self]</code>
<code>kMsgCount: ClassVar[Self]</code>
</details>
</div>
<div class="class" id="PlotPageInfo">
<details>
<summary>class PlotPageInfo <span class="tag">Class</span></summary>
<code><span class="kw">def</span> __init__(self) -> None:
<span class="ds">Returns information about the objects contained on a plotted page. Applications can use
this information as a starting point for estimating the time required to plot the page (or,
more precisely, to determine whether to warn the user that the page will take a long time
to plot). An object of this type is returned by the AcPlPlotEngine::startPage() method.</span></code>
<code><span class="kw">def</span> __reduce__(self) -> Any:</code>
<code><span class="kw">def</span> className() -> str:</code>
<code><span class="kw">def</span> desc() -> PyRx.RxClass:
<span class="ds">Returns a pointer to the AcRxClass object representing the specific class, or most recent
parent class explicitly registered with ObjectARX of either the pointer type used to invoke
it or the class qualifier used with it. (Remember that when a static member function is
invoked via a pointer, the pointer type, not the object type, determines which
implementation of the function is invoked.) When working with a pointer to an object and
the proper AcRxClass object for the class of the object pointed to is desired, the
AcRxObject::isA() function should be used, since it is a virtual non-static method and is
therefore not pointer type dependent. Caching the value of the pointer returned by this
method is acceptable, provided the application knows that the AcRxClass object pointed to
by the returned pointer was created by an ObjectARX application that will not be unloaded.</span></code>
<code><span class="kw">def</span> entityCount() -> int:</code>
<code><span class="kw">def</span> gradientCount() -> int:</code>
<code><span class="kw">def</span> oleObjectCount() -> int:</code>
<code><span class="kw">def</span> rasterCount() -> int:</code>
<code><span class="kw">def</span> shadedViewportType() -> int:</code>
</details>
</div>
<div class="class" id="PlotProgressDialog">
<details>
<summary>class PlotProgressDialog <span class="tag">Class</span></summary>
<code><span class="kw">def</span> __init__(self) -> None:</code>
<code><span class="kw">def</span> __init__(self, bPreview: bool, nSheets: int, bShowCancelSheetButton: bool) -> None:</code>
<code><span class="kw">def</span> __init__(self, hwnd: int, bPreview: bool, nSheets: int, bShowCancelSheetButton: bool) -> None:</code>
<code><span class="kw">def</span> __init__(*args) -> None:</code>
<code><span class="kw">def</span> __reduce__(self) -> Any:</code>
<code><span class="kw">def</span> className() -> str:</code>
<code><span class="kw">def</span> destroy(self) -> None:</code>
<code><span class="kw">def</span> getPlotMsgString(self, index: PyPl.PlotMSGIndex) -> str:</code>
<code><span class="kw">def</span> getPlotProgressRange(self) -> tuple[int, int]:</code>
<code><span class="kw">def</span> getSheetProgressRange(self) -> tuple[int, int]:</code>
<code><span class="kw">def</span> getStatusMsgString(self) -> str:</code>
<code><span class="kw">def</span> heartbeat(self) -> None:</code>
<code><span class="kw">def</span> isPlotCancelled(self) -> bool:</code>
<code><span class="kw">def</span> isSheetCancelled(self) -> bool:</code>
<code><span class="kw">def</span> isSingleSheetPlot(self) -> bool:</code>
<code><span class="kw">def</span> isVisible(self) -> bool:</code>
<code><span class="kw">def</span> onBeginPlot(self) -> bool:</code>
<code><span class="kw">def</span> onBeginSheet(self) -> bool:</code>
<code><span class="kw">def</span> onEndPlot(self) -> bool:</code>
<code><span class="kw">def</span> onEndSheet(self) -> bool:</code>
<code><span class="kw">def</span> plotCancelStatus(self) -> PlotCancelStatus:</code>
<code><span class="kw">def</span> plotProgressPos(self) -> int:</code>
<code><span class="kw">def</span> setIsVisible(self, val: bool) -> bool:</code>
<code><span class="kw">def</span> setPlotCancelStatus(self, val: PyPl.PlotCancelStatus) -> None:</code>
<code><span class="kw">def</span> setPlotMsgString(self, index: PyPl.PlotMSGIndex, val: str) -> bool:</code>
<code><span class="kw">def</span> setPlotProgressPos(self, pos: int) -> None:</code>
<code><span class="kw">def</span> setPlotProgressRange(self, lower: int, upper: int) -> None:</code>
<code><span class="kw">def</span> setSheetCancelStatus(self, val: PyPl.SheetCancelStatus) -> None:</code>
<code><span class="kw">def</span> setSheetProgressPos(self, pos: int) -> None:</code>
<code><span class="kw">def</span> setSheetProgressRange(self, lower: int, upper: int) -> None:</code>
<code><span class="kw">def</span> setStatusMsgString(self, val: str) -> bool:</code>
<code><span class="kw">def</span> sheetCancelStatus(self) -> SheetCancelStatus:</code>
<code><span class="kw">def</span> sheetProgressPos(self) -> int:</code>
</details>
</div>
<div class="class" id="PlotToFileCapability">
<details>
<summary>class PlotToFileCapability <span class="tag">Class</span></summary>
<code>kNoPlotToFile: ClassVar[Self]</code>
<code>kPlotToFileAllowed: ClassVar[Self]</code>
<code>kMustPlotToFile: ClassVar[Self]</code>
</details>
</div>
<div class="class" id="PrecisionEntry">
<details>
<summary>class PrecisionEntry <span class="tag">Class</span></summary>
<code><span class="kw">def</span> __init__(self) -> None:</code>
<code><span class="kw">def</span> __reduce__(self) -> Any:</code>
<code><span class="kw">def</span> className() -> str:</code>
<code><span class="kw">def</span> colorResolution(self) -> int:</code>
<code><span class="kw">def</span> desc() -> PyRx.RxClass:
<span class="ds">Returns a pointer to the AcRxClass object representing the specific class, or most recent
parent class explicitly registered with ObjectARX of either the pointer type used to invoke
it or the class qualifier used with it. (Remember that when a static member function is
invoked via a pointer, the pointer type, not the object type, determines which
implementation of the function is invoked.) When working with a pointer to an object and
the proper AcRxClass object for the class of the object pointed to is desired, the
AcRxObject::isA() function should be used, since it is a virtual non-static method and is
therefore not pointer type dependent. Caching the value of the pointer returned by this
method is acceptable, provided the application knows that the AcRxClass object pointed to
by the returned pointer was created by an ObjectARX application that will not be unloaded.</span></code>
<code><span class="kw">def</span> description(self) -> str:</code>
<code><span class="kw">def</span> desiredPrecision(self) -> float:</code>
<code><span class="kw">def</span> gradientResolution(self) -> int:</code>
<code><span class="kw">def</span> monoResolution(self) -> int:</code>
<code><span class="kw">def</span> setColorResolution(self, val: int) -> None:</code>
<code><span class="kw">def</span> setDescription(self, val: str) -> None:</code>
<code><span class="kw">def</span> setDesiredPrecision(self, val: float) -> None:</code>
<code><span class="kw">def</span> setGradientResolution(self, val: int) -> None:</code>
<code><span class="kw">def</span> setMonoResolution(self, val: type) -> None:</code>
<code><span class="kw">def</span> setTitle(self, val: str) -> None:</code>
<code><span class="kw">def</span> setUnitScale(self, val: str) -> None:</code>
<code><span class="kw">def</span> setUnitType(self, val: str) -> None:</code>
<code><span class="kw">def</span> title(self) -> str:</code>
<code><span class="kw">def</span> unitScale(self) -> str:</code>
<code><span class="kw">def</span> unitType(self) -> str:</code>
</details>
</div>
<div class="class" id="ProcessPlotState">
<details>
<summary>class ProcessPlotState <span class="tag">Class</span></summary>
<code>kNotPlotting: ClassVar[Self]</code>
<code>kForegroundPlotting: ClassVar[Self]</code>
<code>kBackgroundPlotting: ClassVar[Self]</code>
</details>
</div>
<div class="class" id="RefreshCode">
<details>
<summary>class RefreshCode <span class="tag">Class</span></summary>
<code>kAll: ClassVar[Self]</code>
<code>kRefreshDevicesList: ClassVar[Self]</code>
<code>kRefreshStyleList: ClassVar[Self]</code>
<code>kRefreshSystemDevicesList: ClassVar[Self]</code>
<code>kRefreshPC3DevicesList: ClassVar[Self]</code>
</details>
</div>
<div class="class" id="SetupType">
<details>
<summary>class SetupType <span class="tag">Class</span></summary>
<code>kOriginalPS: ClassVar[Self]</code>
<code>kNPSSameDWG: ClassVar[Self]</code>
<code>kNPSOtherDWG: ClassVar[Self]</code>
<code>k3dDwf: ClassVar[Self]</code>
<code>kOverridePS: ClassVar[Self]</code>
</details>
</div>
<div class="class" id="SheetCancelStatus">
<details>
<summary>class SheetCancelStatus <span class="tag">Class</span></summary>
<code>kSheetContinue: ClassVar[Self]</code>
<code>kSheetCanceledByCancelButton: ClassVar[Self]</code>
<code>kSheetCanceledByCancelAllButton: ClassVar[Self]</code>
<code>kSheetCanceledByCaller: ClassVar[Self]</code>
<code>kSheetCancelStatusCount: ClassVar[Self]</code>
</details>
</div>
<div class="class" id="SheetType">
<details>
<summary>class SheetType <span class="tag">Class</span></summary>
<code>kSingleDWF: ClassVar[Self]</code>
<code>kMultiDWF: ClassVar[Self]</code>
<code>kOriginalDevice: ClassVar[Self]</code>
<code>kSingleDWFx: ClassVar[Self]</code>
<code>kMultiDWFx: ClassVar[Self]</code>
<code>kSinglePDF: ClassVar[Self]</code>
<code>kMultiPDF: ClassVar[Self]</code>
<code>kSingleSVF: ClassVar[Self]</code>
<code>kMultiSVF: ClassVar[Self]</code>
</details>
</div>
<div class="class" id="StdConfigs">
<details>
<summary>class StdConfigs <span class="tag">Class</span></summary>
<code>kNoneDevice: ClassVar[Self]</code>
<code>kDefaultWindowsSysPrinter: ClassVar[Self]</code>
<code>kDWF6ePlot: ClassVar[Self]</code>
<code>kDWFePlotOptForPlotting: ClassVar[Self]</code>
<code>kDWFePlotOptForViewing: ClassVar[Self]</code>
<code>kPublishToWebDWF: ClassVar[Self]</code>
<code>kPublishToWebJPG: ClassVar[Self]</code>
<code>kPublishToWebPNG: ClassVar[Self]</code>
<code>kDWFxePlot: ClassVar[Self]</code>
<code>kPublishToWebDWFx: ClassVar[Self]</code>
<code>kPDFePlot: ClassVar[Self]</code>
<code>kPDFePlotGeneralDocs: ClassVar[Self]</code>
<code>kPDFePlotHighQuality: ClassVar[Self]</code>
<code>kPDFePlotSmallerFile: ClassVar[Self]</code>
<code>kPDFePlotWebMobile: ClassVar[Self]</code>
<code>kSVFePlot: ClassVar[Self]</code>
</details>
</div>
<div class="class" id="StyTypes">
<details>
<summary>class StyTypes <span class="tag">Class</span></summary>
<code>kUndefined: ClassVar[Self]</code>
<code>kRegular: ClassVar[Self]</code>
<code>kTranslation: ClassVar[Self]</code>
<code>kColorDep: ClassVar[Self]</code>
<code>kAllTypes: ClassVar[Self]</code>
</details>
</div>
</body>
</html>