-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPyGs.html
More file actions
173 lines (167 loc) · 7.92 KB
/
PyGs.html
File metadata and controls
173 lines (167 loc) · 7.92 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>PyGs.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>PyGs.pyi</h1>
<div class="toc">
<h2>Classes</h2>
<ul>
<li><a href="#Core">Core</a></li>
<li><a href="#GraphicsKernel">GraphicsKernel</a></li>
<li><a href="#GsManager">GsManager</a></li>
<li><a href="#GsView">GsView</a></li>
<li><a href="#KernelDescriptor">KernelDescriptor</a></li>
<li><a href="#ViewProjection">ViewProjection</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> getBlockImage(blkid: PyDb.ObjectId, sx: int, sy: int, zoomFactor: float, bkrgb: list[int]) -> object:</code>
<code><span class="kw">def</span> getCurrent3DAcGsView(vpNum: int) -> GsView:</code>
<code><span class="kw">def</span> getCurrentAcGsView(vpNum: int) -> GsView:</code>
<code><span class="kw">def</span> getViewParameters(vpNum: int, view: PyGs.View) -> bool:</code>
<code><span class="kw">def</span> setViewParameters(vpNum: int, view: PyGs.View, bRegen: bool, bRescale: bool, bSync: bool) -> bool:</code>
</details>
</div>
<div class="class" id="GraphicsKernel">
<details>
<summary>class GraphicsKernel <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> addRef(self) -> None:</code>
<code><span class="kw">def</span> className() -> str:</code>
<code><span class="kw">def</span> delRef(self) -> bool:</code>
</details>
</div>
<div class="class" id="GsManager">
<details>
<summary>class GsManager <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>
</details>
</div>
<div class="class" id="GsView">
<details>
<summary>class GsView <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> backClip(self) -> float:</code>
<code><span class="kw">def</span> className() -> str:</code>
<code><span class="kw">def</span> fieldHeight(self) -> float:</code>
<code><span class="kw">def</span> fieldWidth(self) -> float:</code>
<code><span class="kw">def</span> frontClip(self) -> float:</code>
<code><span class="kw">def</span> getViewport(self) -> tuple[PyGe.Point2d, PyGe.Point2d]:</code>
<code><span class="kw">def</span> graphicsKernel(self) -> GraphicsKernel:</code>
<code><span class="kw">def</span> isBackClipped(self) -> bool:</code>
<code><span class="kw">def</span> isFrontClipped(self) -> bool:</code>
<code><span class="kw">def</span> isNullObj(self) -> bool:</code>
<code><span class="kw">def</span> isPerspective(self) -> bool:</code>
<code><span class="kw">def</span> isViewportBorderVisible(self) -> bool:</code>
<code><span class="kw">def</span> objectToDeviceMatrix(self) -> PyGe.Matrix3d:</code>
<code><span class="kw">def</span> position(self) -> PyGe.Point3d:</code>
<code><span class="kw">def</span> projectionMatrix(self) -> PyGe.Matrix3d:</code>
<code><span class="kw">def</span> screenMatrix(self) -> PyGe.Matrix3d:</code>
<code><span class="kw">def</span> setBackClip(self, val: float) -> None:</code>
<code><span class="kw">def</span> setEnableBackClip(self, val: bool) -> None:</code>
<code><span class="kw">def</span> setEnableFrontClip(self, val: bool) -> None:</code>
<code><span class="kw">def</span> setFrontClip(self, val: float) -> None:</code>
<code><span class="kw">def</span> setView(self, pos: PyGe.Point3d, target: PyGe.Point3d, upVector: PyGe.Vector3d, fWidth: float, fHeight: float, projection: PyGs.ViewProjection) -> None:</code>
<code><span class="kw">def</span> setViewport(self, lowerLeft: PyGe.Point2d, upperRight: PyGe.Point2d) -> None:</code>
<code><span class="kw">def</span> setViewportBorderVisibility(self, val: bool) -> None:</code>
<code><span class="kw">def</span> target(self) -> PyGe.Point3d:</code>
<code><span class="kw">def</span> upVector(self) -> PyGe.Vector3d:</code>
<code><span class="kw">def</span> viewingMatrix(self) -> PyGe.Matrix3d:</code>
<code><span class="kw">def</span> worldToDeviceMatrix(self) -> PyGe.Matrix3d:</code>
</details>
</div>
<div class="class" id="KernelDescriptor">
<details>
<summary>class KernelDescriptor <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> addSupport(self) -> None:</code>
<code><span class="kw">def</span> className() -> str:</code>
</details>
</div>
<div class="class" id="ViewProjection">
<details>
<summary>class ViewProjection <span class="tag">Class</span></summary>
<code>kNoMap: ClassVar[Self]</code>
<code>kAerial: ClassVar[Self]</code>
</details>
</div>
</body>
</html>