51 |
|
|
52 |
|
Public checkMiniSurCoques As sldworks.PropertyManagerPageCheckbox |
53 |
|
Public checkMultiDecoupage As sldworks.PropertyManagerPageCheckbox |
54 |
+ |
Public checkSectionSimpleSurPoutre As sldworks.PropertyManagerPageCheckbox |
55 |
|
Private LabelMiniSurCoques As sldworks.PropertyManagerPageLabel |
56 |
|
|
57 |
|
|
276 |
|
checkMiniSurCoques = group3.AddControl(32, controlType, "Mettre des mini-poutres dans les cas des intersections coque-coque", leftAlign, options, "") |
277 |
|
EnregistrementCode.checkboxMiniSurCoque = checkMiniSurCoques |
278 |
|
|
279 |
+ |
|
280 |
+ |
|
281 |
+ |
controlType = swPropertyManagerPageControlType_e.swControlType_Checkbox |
282 |
+ |
leftAlign = swPropertyManagerPageControlLeftAlign_e.swControlAlign_LeftEdge |
283 |
+ |
options = swAddControlOptions_e.swControlOptions_Enabled + swAddControlOptions_e.swControlOptions_Visible |
284 |
+ |
checkSectionSimpleSurPoutre = group3.AddControl(34, controlType, "Découpage simple pour les intersections de type poutre", leftAlign, options, "") |
285 |
+ |
EnregistrementCode.checkboxSectionSimpleSurPoutre = checkSectionSimpleSurPoutre |
286 |
+ |
|
287 |
|
controlType = swPropertyManagerPageControlType_e.swControlType_Checkbox |
288 |
|
leftAlign = swPropertyManagerPageControlLeftAlign_e.swControlAlign_LeftEdge |
289 |
|
options = swAddControlOptions_e.swControlOptions_Enabled + swAddControlOptions_e.swControlOptions_Visible |
290 |
|
checkMultiDecoupage = group3.AddControl(33, controlType, "Faire un multidécoupage pour les intersection coques", leftAlign, options, "") |
291 |
< |
EnregistrementCode.checkboxMultidecoupage = checkMultidecoupage |
291 |
> |
EnregistrementCode.checkboxMultidecoupage = checkMultiDecoupage |
292 |
> |
|
293 |
> |
|
294 |
|
|
295 |
|
End Sub |
296 |
|
|