Index: APPS/Halux/PPS/ALUFrees/Svg/KaderdeurElement/Beslag/Boringen.cls.xml =================================================================== diff -u -r60220 -r60222 --- APPS/Halux/PPS/ALUFrees/Svg/KaderdeurElement/Beslag/Boringen.cls.xml (.../Boringen.cls.xml) (revision 60220) +++ APPS/Halux/PPS/ALUFrees/Svg/KaderdeurElement/Beslag/Boringen.cls.xml (.../Boringen.cls.xml) (revision 60222) @@ -24,7 +24,7 @@ KaderdeurObject:Prod.GADef.KaderDeur Beslag:Res.PI.Beslag,ProfielPlaats:%String,BPosX:%Integer,BPosY:%Integer,BPosZ:%Integer 2) { Set BeslagBoringSpecialeVorm = ##class(APPS.Halux.PPS.ALUFrees.Svg.KaderdeurElement.Beslag.BeslagBoringSpecialeVorm).%New(Boring.VmlID, Breedte, Lengte, Rotation) - Do SvgBoxElementToevoeger.VoegToeElement(SvgBox, BeslagBoringSpecialeVorm) + Do ElementToevoeger.VoegToeElement(SvgBox, BeslagBoringSpecialeVorm) } ElseIf (BoorType="Z") { Set GrootteBoring = 14 Set Rotation=$S(ProfielPlaats="PL":0, ProfielPlaats="PB":90, ProfielPlaats="PR":180, ProfielPlaats="PO":270, 1:0) Set ZijBoring = ##class(APPS.Halux.PPS.ALUFrees.Svg.KaderdeurElement.Boring.ZijBoring).%New(XPos,YPos,GrootteBoring,GrootteBoring,Rotation, Kleur) - Do SvgBoxElementToevoeger.VoegToeElement(SvgBox,ZijBoring) + Do ElementToevoeger.VoegToeElement(SvgBox,ZijBoring) } ElseIf(Boring.IsSpecialeBoring()){ Set GrootteBoring = 10 @@ -151,12 +151,12 @@ } Else { Set SpecialeBoring = ##class(APPS.Halux.PPS.ALUFrees.Svg.KaderdeurElement.SpecialeBoring).%New(##class(TECH.Math).Abs(XPos),YPos,GrootteBoring,GrootteBoring, Kleur) } - Do SvgBoxElementToevoeger.VoegToeElement(SvgBox,SpecialeBoring) + Do ElementToevoeger.VoegToeElement(SvgBox,SpecialeBoring) } ElseIf (Boring.BoorDiepte < 0) { Set GrootteBoring = 10 Set DoorBoring = ##class(APPS.Halux.PPS.ALUFrees.Svg.KaderdeurElement.Boring.DoorBoring).%New(XPos,YPos,GrootteBoring/2, Kleur) - Do SvgBoxElementToevoeger.VoegToeElement(SvgBox,DoorBoring) + Do ElementToevoeger.VoegToeElement(SvgBox,DoorBoring) } ElseIf(Boring.BoorDiameter < 0) || (Boring.BoorDiepte=0){ Set GrootteBoring = 10 @@ -165,21 +165,21 @@ } Else { Set PuntBoring = ##class(APPS.Halux.PPS.ALUFrees.Svg.KaderdeurElement.Boring.PuntBoring).%New(XPos, ##class(TECH.Math).Abs(YPos) ,GrootteBoring,GrootteBoring, Kleur) } - Do SvgBoxElementToevoeger.VoegToeElement(SvgBox,PuntBoring) + Do ElementToevoeger.VoegToeElement(SvgBox,PuntBoring) } Else { If (GrootteBoring<10) { Set RugBoring = ##class(APPS.Halux.PPS.ALUFrees.Svg.KaderdeurElement.Boring.RugBoring).%New(XPos, YPos,10,10, Kleur) - Do SvgBoxElementToevoeger.VoegToeElement(SvgBox,RugBoring) + Do ElementToevoeger.VoegToeElement(SvgBox,RugBoring) }Else { #dim Straal As %Integer = GrootteBoring/2 Set DoorBoring = ##class(APPS.Halux.PPS.ALUFrees.Svg.KaderdeurElement.Boring.DoorBoring).%New(XPos,YPos,Straal, Kleur) - Do SvgBoxElementToevoeger.VoegToeElement(SvgBox,DoorBoring) + Do ElementToevoeger.VoegToeElement(SvgBox,DoorBoring) } } } - Do SvgBoxElementToevoeger.VoegToeElement(SvgBox,Rechthoek) + Do ElementToevoeger.VoegToeElement(SvgBox,Rechthoek) Do SvgBox.VoegToeID("beslag") Do ..Group.VoegToeElement(SvgBox) ]]> Index: APPS/Halux/PPS/ALUFrees/Svg/Kaderdeur/HoekverbinderToevoeger.cls.xml =================================================================== diff -u -r60210 -r60222 --- APPS/Halux/PPS/ALUFrees/Svg/Kaderdeur/HoekverbinderToevoeger.cls.xml (.../HoekverbinderToevoeger.cls.xml) (revision 60210) +++ APPS/Halux/PPS/ALUFrees/Svg/Kaderdeur/HoekverbinderToevoeger.cls.xml (.../HoekverbinderToevoeger.cls.xml) (revision 60222) @@ -18,14 +18,19 @@ Breedte:%Integer,Hoogte:%Integer,HoekId:%Integer,ProfPlaats:%String