1 |
< |
Imports SldWorks |
2 |
< |
Imports SWPublished |
3 |
< |
Imports SwConst |
1 |
> |
Imports SolidWorks.Interop |
2 |
> |
Imports SolidWorks.Interop.swconst |
3 |
> |
Imports SolidWorks.Interop.swpublished |
4 |
|
|
5 |
|
' la classe des propriétés |
6 |
|
|
9 |
|
Dim iSwApp As SldWorks.SldWorks |
10 |
|
Dim userAddin As MAGIC.Magic |
11 |
|
Dim handler As CLPageHandler |
12 |
< |
Dim ppage As PropertyManagerPage2 |
12 |
> |
Dim ppage As sldworks.PropertyManagerPage2 |
13 |
|
|
14 |
|
#Region "Property Manager Page Controls" |
15 |
|
'Groupes |
16 |
< |
Dim group1 As PropertyManagerPageGroup |
16 |
> |
Dim group1 As sldworks.PropertyManagerPageGroup |
17 |
|
'Dim group2 As PropertyManagerPageGroup |
18 |
|
|
19 |
|
''Controles |
20 |
|
'Dim checkbox1 As PropertyManagerPageCheckbox |
21 |
< |
Dim BoutonSousJascent As PropertyManagerPageButton |
22 |
< |
Dim checkbox2 As PropertyManagerPageCheckbox |
23 |
< |
Dim selection1 As PropertyManagerPageSelectionbox |
24 |
< |
Dim combo1 As PropertyManagerPageCombobox |
25 |
< |
Dim Numberbox1 As PropertyManagerPageNumberbox |
26 |
< |
Dim DessinerCheck As PropertyManagerPageCheckbox |
21 |
> |
Dim BoutonSousJascent As sldworks.PropertyManagerPageButton |
22 |
> |
Dim checkbox2 As sldworks.PropertyManagerPageCheckbox |
23 |
> |
Dim selection1 As sldworks.PropertyManagerPageSelectionbox |
24 |
> |
Dim combo1 As sldworks.PropertyManagerPageCombobox |
25 |
> |
Dim Numberbox1 As sldworks.PropertyManagerPageNumberbox |
26 |
> |
Dim DessinerCheck As sldworks.PropertyManagerPageCheckbox |
27 |
|
|
28 |
|
|
29 |
|
|