Skip to content

process_type

process_type

Source code in src/cadwork/process_type.pyi
  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
class process_type:

    def set_none(self) -> None:
        """set none

        Returns:
            None
        """

    def is_none(self) -> bool:
        """is none

        Returns:
            bool
        """

    def set_purlin(self) -> None:
        """set purlin

        Returns:
            None
        """

    def is_purlin(self) -> bool:
        """is purlin

        Returns:
            bool
        """

    def set_stud(self) -> None:
        """set stud

        Returns:
            None
        """

    def is_stud(self) -> bool:
        """is stud

        Returns:
            bool
        """

    def set_rafter(self) -> None:
        """set rafter

        Returns:
            None
        """

    def is_rafter(self) -> bool:
        """is rafter

        Returns:
            bool
        """

    def set_jack_rafter(self) -> None:
        """set jack rafter

        Returns:
            None
        """

    def is_jack_rafter(self) -> bool:
        """is jack rafter

        Returns:
            bool
        """

    def set_hip_valley(self) -> None:
        """set hip valley

        Returns:
            None
        """

    def is_hip_valley(self) -> bool:
        """is hip valley

        Returns:
            bool
        """

    def set_log(self) -> None:
        """set log

        Returns:
            None
        """

    def is_log(self) -> bool:
        """is log

        Returns:
            bool
        """

    def set_truss(self) -> None:
        """set truss

        Returns:
            None
        """

    def is_truss(self) -> bool:
        """is truss

        Returns:
            bool
        """

    def set_tread(self) -> None:
        """set tread

        Returns:
            None
        """

    def is_tread(self) -> bool:
        """is tread

        Returns:
            bool
        """

    def set_user_1(self) -> None:
        """set user 1

        Returns:
            None
        """

    def is_user_1(self) -> bool:
        """is user 1

        Returns:
            bool
        """

    def set_user_2(self) -> None:
        """set user 2

        Returns:
            None
        """

    def is_user_2(self) -> bool:
        """is user 2

        Returns:
            bool
        """

    def set_user_3(self) -> None:
        """set user 3

        Returns:
            None
        """

    def is_user_3(self) -> bool:
        """is user 3

        Returns:
            bool
        """

    def set_user_4(self) -> None:
        """set user 4

        Returns:
            None
        """

    def is_user_4(self) -> bool:
        """is user 4

        Returns:
            bool
        """

    def set_user_5(self) -> None:
        """set user 5

        Returns:
            None
        """

    def is_user_5(self) -> bool:
        """is user 5

        Returns:
            bool
        """

    def set_panel_1(self) -> None:
        """set panel 1

        Returns:
            None
        """

    def is_panel_1(self) -> bool:
        """is panel 1

        Returns:
            bool
        """

    def set_panel_2(self) -> None:
        """set panel 2

        Returns:
            None
        """

    def is_panel_2(self) -> bool:
        """is panel 2

        Returns:
            bool
        """

    def set_panel_3(self) -> None:
        """set panel 3

        Returns:
            None
        """

    def is_panel_3(self) -> bool:
        """is panel 3

        Returns:
            bool
        """

    def set_panel_4(self) -> None:
        """set panel 4

        Returns:
            None
        """

    def is_panel_4(self) -> bool:
        """is panel 4

        Returns:
            bool
        """

    def set_panel_5(self) -> None:
        """set panel 5

        Returns:
            None
        """

    def is_panel_5(self) -> bool:
        """is panel 5

        Returns:
            bool
        """

    def set_rough_volume_framed_wall(self) -> None:
        """set rough volume framed wall

        Returns:
            None
        """

    def is_rough_volume_framed_wall(self) -> bool:
        """is rough volume framed wall

        Returns:
            bool
        """

    def set_rough_volume_solid_wood_wall(self) -> None:
        """set rough volume solid wood wall

        Returns:
            None
        """

    def is_rough_volume_solid_wood_wall(self) -> bool:
        """is rough volume solid wood wall

        Returns:
            bool
        """

    def set_rough_volume_log_home(self) -> None:
        """set rough volume log home

        Returns:
            None
        """

    def is_rough_volume_log_home(self) -> bool:
        """is rough volume log home

        Returns:
            bool
        """

is_hip_valley()

is hip valley

Returns:

Type Description
bool

bool

Source code in src/cadwork/process_type.pyi
80
81
82
83
84
85
def is_hip_valley(self) -> bool:
    """is hip valley

    Returns:
        bool
    """

is_jack_rafter()

is jack rafter

Returns:

Type Description
bool

bool

Source code in src/cadwork/process_type.pyi
66
67
68
69
70
71
def is_jack_rafter(self) -> bool:
    """is jack rafter

    Returns:
        bool
    """

is_log()

is log

Returns:

Type Description
bool

bool

Source code in src/cadwork/process_type.pyi
94
95
96
97
98
99
def is_log(self) -> bool:
    """is log

    Returns:
        bool
    """

is_none()

is none

Returns:

Type Description
bool

bool

Source code in src/cadwork/process_type.pyi
10
11
12
13
14
15
def is_none(self) -> bool:
    """is none

    Returns:
        bool
    """

is_panel_1()

is panel 1

Returns:

Type Description
bool

bool

Source code in src/cadwork/process_type.pyi
206
207
208
209
210
211
def is_panel_1(self) -> bool:
    """is panel 1

    Returns:
        bool
    """

is_panel_2()

is panel 2

Returns:

Type Description
bool

bool

Source code in src/cadwork/process_type.pyi
220
221
222
223
224
225
def is_panel_2(self) -> bool:
    """is panel 2

    Returns:
        bool
    """

is_panel_3()

is panel 3

Returns:

Type Description
bool

bool

Source code in src/cadwork/process_type.pyi
234
235
236
237
238
239
def is_panel_3(self) -> bool:
    """is panel 3

    Returns:
        bool
    """

is_panel_4()

is panel 4

Returns:

Type Description
bool

bool

Source code in src/cadwork/process_type.pyi
248
249
250
251
252
253
def is_panel_4(self) -> bool:
    """is panel 4

    Returns:
        bool
    """

is_panel_5()

is panel 5

Returns:

Type Description
bool

bool

Source code in src/cadwork/process_type.pyi
262
263
264
265
266
267
def is_panel_5(self) -> bool:
    """is panel 5

    Returns:
        bool
    """

is_purlin()

is purlin

Returns:

Type Description
bool

bool

Source code in src/cadwork/process_type.pyi
24
25
26
27
28
29
def is_purlin(self) -> bool:
    """is purlin

    Returns:
        bool
    """

is_rafter()

is rafter

Returns:

Type Description
bool

bool

Source code in src/cadwork/process_type.pyi
52
53
54
55
56
57
def is_rafter(self) -> bool:
    """is rafter

    Returns:
        bool
    """

is_rough_volume_framed_wall()

is rough volume framed wall

Returns:

Type Description
bool

bool

Source code in src/cadwork/process_type.pyi
276
277
278
279
280
281
def is_rough_volume_framed_wall(self) -> bool:
    """is rough volume framed wall

    Returns:
        bool
    """

is_rough_volume_log_home()

is rough volume log home

Returns:

Type Description
bool

bool

Source code in src/cadwork/process_type.pyi
304
305
306
307
308
309
def is_rough_volume_log_home(self) -> bool:
    """is rough volume log home

    Returns:
        bool
    """

is_rough_volume_solid_wood_wall()

is rough volume solid wood wall

Returns:

Type Description
bool

bool

Source code in src/cadwork/process_type.pyi
290
291
292
293
294
295
def is_rough_volume_solid_wood_wall(self) -> bool:
    """is rough volume solid wood wall

    Returns:
        bool
    """

is_stud()

is stud

Returns:

Type Description
bool

bool

Source code in src/cadwork/process_type.pyi
38
39
40
41
42
43
def is_stud(self) -> bool:
    """is stud

    Returns:
        bool
    """

is_tread()

is tread

Returns:

Type Description
bool

bool

Source code in src/cadwork/process_type.pyi
122
123
124
125
126
127
def is_tread(self) -> bool:
    """is tread

    Returns:
        bool
    """

is_truss()

is truss

Returns:

Type Description
bool

bool

Source code in src/cadwork/process_type.pyi
108
109
110
111
112
113
def is_truss(self) -> bool:
    """is truss

    Returns:
        bool
    """

is_user_1()

is user 1

Returns:

Type Description
bool

bool

Source code in src/cadwork/process_type.pyi
136
137
138
139
140
141
def is_user_1(self) -> bool:
    """is user 1

    Returns:
        bool
    """

is_user_2()

is user 2

Returns:

Type Description
bool

bool

Source code in src/cadwork/process_type.pyi
150
151
152
153
154
155
def is_user_2(self) -> bool:
    """is user 2

    Returns:
        bool
    """

is_user_3()

is user 3

Returns:

Type Description
bool

bool

Source code in src/cadwork/process_type.pyi
164
165
166
167
168
169
def is_user_3(self) -> bool:
    """is user 3

    Returns:
        bool
    """

is_user_4()

is user 4

Returns:

Type Description
bool

bool

Source code in src/cadwork/process_type.pyi
178
179
180
181
182
183
def is_user_4(self) -> bool:
    """is user 4

    Returns:
        bool
    """

is_user_5()

is user 5

Returns:

Type Description
bool

bool

Source code in src/cadwork/process_type.pyi
192
193
194
195
196
197
def is_user_5(self) -> bool:
    """is user 5

    Returns:
        bool
    """

set_hip_valley()

set hip valley

Returns:

Type Description
None

None

Source code in src/cadwork/process_type.pyi
73
74
75
76
77
78
def set_hip_valley(self) -> None:
    """set hip valley

    Returns:
        None
    """

set_jack_rafter()

set jack rafter

Returns:

Type Description
None

None

Source code in src/cadwork/process_type.pyi
59
60
61
62
63
64
def set_jack_rafter(self) -> None:
    """set jack rafter

    Returns:
        None
    """

set_log()

set log

Returns:

Type Description
None

None

Source code in src/cadwork/process_type.pyi
87
88
89
90
91
92
def set_log(self) -> None:
    """set log

    Returns:
        None
    """

set_none()

set none

Returns:

Type Description
None

None

Source code in src/cadwork/process_type.pyi
3
4
5
6
7
8
def set_none(self) -> None:
    """set none

    Returns:
        None
    """

set_panel_1()

set panel 1

Returns:

Type Description
None

None

Source code in src/cadwork/process_type.pyi
199
200
201
202
203
204
def set_panel_1(self) -> None:
    """set panel 1

    Returns:
        None
    """

set_panel_2()

set panel 2

Returns:

Type Description
None

None

Source code in src/cadwork/process_type.pyi
213
214
215
216
217
218
def set_panel_2(self) -> None:
    """set panel 2

    Returns:
        None
    """

set_panel_3()

set panel 3

Returns:

Type Description
None

None

Source code in src/cadwork/process_type.pyi
227
228
229
230
231
232
def set_panel_3(self) -> None:
    """set panel 3

    Returns:
        None
    """

set_panel_4()

set panel 4

Returns:

Type Description
None

None

Source code in src/cadwork/process_type.pyi
241
242
243
244
245
246
def set_panel_4(self) -> None:
    """set panel 4

    Returns:
        None
    """

set_panel_5()

set panel 5

Returns:

Type Description
None

None

Source code in src/cadwork/process_type.pyi
255
256
257
258
259
260
def set_panel_5(self) -> None:
    """set panel 5

    Returns:
        None
    """

set_purlin()

set purlin

Returns:

Type Description
None

None

Source code in src/cadwork/process_type.pyi
17
18
19
20
21
22
def set_purlin(self) -> None:
    """set purlin

    Returns:
        None
    """

set_rafter()

set rafter

Returns:

Type Description
None

None

Source code in src/cadwork/process_type.pyi
45
46
47
48
49
50
def set_rafter(self) -> None:
    """set rafter

    Returns:
        None
    """

set_rough_volume_framed_wall()

set rough volume framed wall

Returns:

Type Description
None

None

Source code in src/cadwork/process_type.pyi
269
270
271
272
273
274
def set_rough_volume_framed_wall(self) -> None:
    """set rough volume framed wall

    Returns:
        None
    """

set_rough_volume_log_home()

set rough volume log home

Returns:

Type Description
None

None

Source code in src/cadwork/process_type.pyi
297
298
299
300
301
302
def set_rough_volume_log_home(self) -> None:
    """set rough volume log home

    Returns:
        None
    """

set_rough_volume_solid_wood_wall()

set rough volume solid wood wall

Returns:

Type Description
None

None

Source code in src/cadwork/process_type.pyi
283
284
285
286
287
288
def set_rough_volume_solid_wood_wall(self) -> None:
    """set rough volume solid wood wall

    Returns:
        None
    """

set_stud()

set stud

Returns:

Type Description
None

None

Source code in src/cadwork/process_type.pyi
31
32
33
34
35
36
def set_stud(self) -> None:
    """set stud

    Returns:
        None
    """

set_tread()

set tread

Returns:

Type Description
None

None

Source code in src/cadwork/process_type.pyi
115
116
117
118
119
120
def set_tread(self) -> None:
    """set tread

    Returns:
        None
    """

set_truss()

set truss

Returns:

Type Description
None

None

Source code in src/cadwork/process_type.pyi
101
102
103
104
105
106
def set_truss(self) -> None:
    """set truss

    Returns:
        None
    """

set_user_1()

set user 1

Returns:

Type Description
None

None

Source code in src/cadwork/process_type.pyi
129
130
131
132
133
134
def set_user_1(self) -> None:
    """set user 1

    Returns:
        None
    """

set_user_2()

set user 2

Returns:

Type Description
None

None

Source code in src/cadwork/process_type.pyi
143
144
145
146
147
148
def set_user_2(self) -> None:
    """set user 2

    Returns:
        None
    """

set_user_3()

set user 3

Returns:

Type Description
None

None

Source code in src/cadwork/process_type.pyi
157
158
159
160
161
162
def set_user_3(self) -> None:
    """set user 3

    Returns:
        None
    """

set_user_4()

set user 4

Returns:

Type Description
None

None

Source code in src/cadwork/process_type.pyi
171
172
173
174
175
176
def set_user_4(self) -> None:
    """set user 4

    Returns:
        None
    """

set_user_5()

set user 5

Returns:

Type Description
None

None

Source code in src/cadwork/process_type.pyi
185
186
187
188
189
190
def set_user_5(self) -> None:
    """set user 5

    Returns:
        None
    """