ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magicsld/PoGCode.vb
(Generate patch)

Comparing magicsld/PoGCode.vb (file contents):
Revision 40 by bournival, Mon Aug 20 21:30:28 2007 UTC vs.
Revision 46 by bournival, Wed Aug 22 18:28:53 2007 UTC

# Line 40 | Line 40 | Module PoGCode
40      '  -    Tous les points d'échantillonnage créés se retrouvent dans "tabpoint"
41      '       on écrit le fichier des points d'échantillonnage à partir de se tableau
42  
43 <    Public Function debut(ByVal Eng As Double, ByVal NbCouches As Integer, ByVal ArrondiBool As Boolean, ByVal Arrondis As Double, ByVal rentrantBool As Boolean, ByVal rentrant As Double, ByVal matiereBool As Boolean, ByVal matiere As Double, ByVal entitésbool As Boolean, ByVal entités As SldWorks.PropertyManagerPageSelectionbox, ByVal Entities As Double, ByVal RaffInd As Boolean) As String
43 >    Public Function DebutManuel(ByVal Eng As Double, ByVal NbCouches As Integer, ByVal ArrondiBool As Boolean, ByVal Arrondis As Double, ByVal rentrantBool As Boolean, ByVal rentrant As Double, ByVal matiereBool As Boolean, ByVal matiere As Double, ByVal entitésbool As Boolean, ByVal entités As SldWorks.PropertyManagerPageSelectionbox, ByVal Entities As Double, ByVal RaffInd As Boolean) As String
44          Dim frequence As Integer
45          Dim vbody As Object
46          Dim grill As New grille
# Line 124 | Line 124 | Module PoGCode
124          Next vbody
125  
126      End Function
127 +
128 +    ''' <summary>
129 +    ''' Function POur traiter la préoptimisation de façon automatique
130 +    ''' </summary>
131 +    ''' <param name="Erx">Premier paramètre</param>
132 +    ''' <param name="LimPT">youjhou</param>
133 +    ''' <returns></returns>
134 +    ''' <remarks></remarks>
135 +    Public Function DebutAutomatique(ByVal Erx As Double, ByVal LimPT As Double) As String
136 +
137 +        MsgBox("Erx = " & Erx & vbCr & "Limite = " & LimPT)
138 +
139 +        Return Nothing
140 +    End Function
141 +
142      Sub entitéselection(ByRef coeff As Double, ByRef Ind As Boolean)
143          Dim swSelMgr As SldWorks.SelectionMgr
144          Dim i As Integer

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines