Package entities :: Module paths :: Class BoundaryPerimeter
[hide private]
[frames] | no frames]

Class BoundaryPerimeter

source code


Instance Methods [hide private]
 
__init__(self, z, runtimeParameters) source code
 
__str__(self)
Get the string representation.
source code
 
offset(self, offset) source code
 
getFeedRateMinute(self)
Allows subclasses to override the relevant feedrate method so we don't have to use large if statements.
source code

Inherited from Path: addPath, generateGcode, getDistanceAndDuration, getEndPoint, getExtrusionDistance, getFeedRateAndMultiplier, getResetExtruderDistanceCommand, getStartPoint

Method Details [hide private]

__init__(self, z, runtimeParameters)
(Constructor)

source code 
Overrides: Path.__init__

__str__(self)
(Informal representation operator)

source code 

Get the string representation.

Overrides: Path.__str__
(inherited documentation)

offset(self, offset)

source code 
Overrides: Path.offset

getFeedRateMinute(self)

source code 

Allows subclasses to override the relevant feedrate method so we don't have to use large if statements.

Overrides: Path.getFeedRateMinute
(inherited documentation)