Some small changes in estucheria
This commit is contained in:
parent
68f94ada73
commit
361c9ef219
@ -32,7 +32,7 @@ __version__ = "0.2"
|
||||
|
||||
import inkex
|
||||
|
||||
class GenerarEstuche(inkex.EffectExtension):
|
||||
class AirplaneTypeLinearCase(inkex.EffectExtension):
|
||||
|
||||
def add_arguments(self, pars):
|
||||
pars.add_argument("--width", type=float, default=25.0, help="Ancho de la caja")
|
||||
@ -236,4 +236,4 @@ class GenerarEstuche(inkex.EffectExtension):
|
||||
line.style = estilo_linea_hendidos
|
||||
|
||||
if __name__ == '__main__':
|
||||
GenerarEstuche().run()
|
||||
AirplaneTypeLinearCase().run()
|
||||
|
@ -31,7 +31,7 @@ __version__ = "0.2"
|
||||
|
||||
import inkex
|
||||
|
||||
class GenerarEstuche(inkex.EffectExtension):
|
||||
class Box4P(inkex.EffectExtension):
|
||||
|
||||
def add_arguments(self, pars):
|
||||
pars.add_argument("--width", type=float, default=25.0, help="Ancho de la caja")
|
||||
@ -159,4 +159,4 @@ class GenerarEstuche(inkex.EffectExtension):
|
||||
line.style = estilo_linea_hendidos
|
||||
|
||||
if __name__ == '__main__':
|
||||
GenerarEstuche().run()
|
||||
Box4P().run()
|
@ -32,7 +32,7 @@ __version__ = "0.2"
|
||||
|
||||
import inkex
|
||||
|
||||
class GenerateBox(inkex.EffectExtension):
|
||||
class DoubeRailingCase(inkex.EffectExtension):
|
||||
|
||||
def add_arguments(self, pars):
|
||||
pars.add_argument("--width", type=float, default=25.0, help="Width of the box")
|
||||
@ -222,4 +222,4 @@ class GenerateBox(inkex.EffectExtension):
|
||||
line.style = cleft_line_style
|
||||
|
||||
if __name__ == '__main__':
|
||||
GenerateBox().run()
|
||||
DoubeRailingCase().run()
|
@ -31,7 +31,7 @@ __version__ = "0.2"
|
||||
|
||||
import inkex
|
||||
|
||||
class GenerarEstuche(inkex.EffectExtension):
|
||||
class Girdle(inkex.EffectExtension):
|
||||
|
||||
def add_arguments(self, pars):
|
||||
pars.add_argument("--width", type=float, default=25.0, help="Ancho de la caja")
|
||||
@ -134,4 +134,4 @@ class GenerarEstuche(inkex.EffectExtension):
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
GenerarEstuche().run()
|
||||
Girdle().run()
|
@ -32,7 +32,7 @@ __version__ = "0.2"
|
||||
|
||||
import inkex
|
||||
|
||||
class GenerarEstuche(inkex.EffectExtension):
|
||||
class LinearCase(inkex.EffectExtension):
|
||||
|
||||
def add_arguments(self, pars):
|
||||
pars.add_argument("--width", type=float, default=25.0, help="Ancho de la caja")
|
||||
@ -236,4 +236,4 @@ class GenerarEstuche(inkex.EffectExtension):
|
||||
line.style = estilo_linea_hendidos
|
||||
|
||||
if __name__ == '__main__':
|
||||
GenerarEstuche().run()
|
||||
LinearCase().run()
|
@ -31,7 +31,7 @@ __version__ = "0.2"
|
||||
|
||||
import inkex
|
||||
|
||||
class GenerarEstuche(inkex.EffectExtension):
|
||||
class SwissBottomCase(inkex.EffectExtension):
|
||||
|
||||
def add_arguments(self, pars):
|
||||
pars.add_argument("--width", type=float, default=25.0, help="Ancho de la caja")
|
||||
@ -215,4 +215,4 @@ class GenerarEstuche(inkex.EffectExtension):
|
||||
line.style = estilo_linea_hendidos
|
||||
|
||||
if __name__ == '__main__':
|
||||
GenerarEstuche().run()
|
||||
SwissBottomCase().run()
|
||||
|
Reference in New Issue
Block a user