ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/magicsld/SlyAreteVol.vb
Revision: 40
Committed: Mon Aug 20 21:30:28 2007 UTC (17 years, 8 months ago) by bournival
File size: 239 byte(s)
Log Message:
Projet de these de Sylvain Bournival. Attention projet VB.

File Contents

# User Rev Content
1 bournival 40 ''' <summary>
2     ''' Une arčte de volume
3     ''' </summary>
4     ''' <remarks></remarks>
5     Public Class SlyAreteVol
6     Inherits SuperArete
7    
8    
9     Sub New(ByVal swArete As SldWorks.Edge)
10     MyBase.New(swArete, 0)
11     End Sub
12    
13     End Class