
# class Offsetter.ContourMode
Contour join style mode affecting how contour offset paths join corners
Note: 'Auto' is currently the only contour mode being used when used for both bleeds and offcut. If this optiob needs to be exposed, then contour mode will need to be serialized in Offsetter objects
# STATIC MEMBERS
# static member read-only Auto
Type: Offsetter.ContourMode
Description: 'Auto' mode will generate Miter join style offset paths when the parent (die) shape is rectangular or open and otherwise will use Round join style
# static member read-only Miter
Type: Offsetter.ContourMode
Description: Generated contour path always uses miter join style on corners
# static member read-only Round
Type: Offsetter.ContourMode
Description: Generated contour path always uses rounded join style on corners
# STATIC FUNCTIONS
# static function values()
Description:
Return:
# static function valueOf(name)
Description:
Parameters:
- name: (String) -
Return: