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

Comparing magicsld/SuperSommet.vb (file contents):
Revision 46 by bournival, Wed Aug 22 18:28:53 2007 UTC vs.
Revision 48 by bournival, Wed Aug 22 21:18:12 2007 UTC

# Line 1 | Line 1
1 + Imports SolidWorks.Interop
2 + Imports SolidWorks.Interop.swconst
3 + Imports SolidWorks.Interop.swpublished
4 +
5   Public Class SuperSommet
6      Inherits SuperEntite
7      Public swSommet As SldWorks.Vertex
# Line 132 | Line 136 | Public Class SuperSommet
136      Public Overrides Sub Selectionner(Optional ByVal Mark As Integer = 0, Optional ByRef Append As Boolean = True)
137          Dim swent As SldWorks.Entity
138          swent = swSommet
139 <        swent.Select2(append, Mark)
139 >        swent.Select2(Append, Mark)
140      End Sub
141  
142  
# Line 153 | Line 157 | Public Class SuperSommet
157      ''' <returns></returns>
158      ''' <remarks></remarks>
159      Public Function GetX() As Double
160 <        Return Me.x
160 >        Return Me.X
161      End Function
162  
163      ''' <summary>
# Line 162 | Line 166 | Public Class SuperSommet
166      ''' <returns></returns>
167      ''' <remarks></remarks>
168      Public Function GetY() As Double
169 <        Return Me.y
169 >        Return Me.Y
170      End Function
171  
172      ''' <summary>
# Line 171 | Line 175 | Public Class SuperSommet
175      ''' <returns></returns>
176      ''' <remarks></remarks>
177      Public Function GetZ() As Double
178 <        Return Me.z
178 >        Return Me.Z
179      End Function
180  
181  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines