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

Comparing magicsld/Commun.vb (file contents):
Revision 204 by bournival, Wed Jul 30 21:26:03 2008 UTC vs.
Revision 205 by bournival, Thu Jul 23 20:53:57 2009 UTC

# Line 30 | Line 30 | Module Commun
30  
31      Public lst_AreteDoublon As New Collection
32  
33 <    Public OptionMettreNoteIntersection As Boolean = True
33 >    Public OptionMettreNoteIntersection As Boolean = False
34  
35  
36      Public Structure sectionPoutre
# Line 1223 | Line 1223 | suite:
1223          Dim SwEnt As sldworks.Entity
1224          Dim p As sldworks.Parameter
1225          SwEnt = swArete
1226 <        attr = SwEnt.FindAttribute(DefAttrRCP1, 0)
1227 <        If attr Is Nothing Then Return False
1228 <        p = attr.GetParameter("D1")
1229 <        If p.GetDoubleValue = -9 Then Return True Else Return False
1226 >        attr = SwEnt.FindAttribute(Intersections.DefAttrIgnorer, 0)
1227 >        If attr Is Nothing Then Return False Else Return True
1228      End Function
1229  
1230      Public Sub GetMidPointSegment(ByVal seg As sldworks.SketchSegment, ByRef x As Double, ByRef y As Double, ByRef z As Double)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines