|
SHAPER
9.15.0
|

Public Member Functions | |
| def | __init__ (self) |
| def | getKind (self) |
| def | initAttributes (self) |
| def | isMacro (self) |
| def | execute (self) |
| def | attributeChanged (self, theID) |
Static Public Member Functions | |
| def | ID () |
| def | START_ID () |
| def | END_ID () |
| def | AUXILIARY_ID () |
| def | LINES_LIST_ID () |
| def | RECTANGLE_TYPE_ID () |
| def | RECTANGLE_BY_CORNERS_ID () |
| def | RECTANGLE_CENTERED_ID () |
| def | CENTER_ID () |
| def | CENTER_REF_ID () |
| def | CORNER_ID () |
Implementation of rectangle creation. It produced 2 horizontal lines and 2 vertical lines connected by coincidence constraints
| def PythonAddons.macros.rectangle.feature.SketchPlugin_Rectangle.__init__ | ( | self | ) |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
static |
Rectangle feature kind.
|
static |
Returns ID of first corner.
|
static |
Returns ID of second corner.
|
static |
Returns whether the rectangle is accessory.
|
static |
Returns ID of list containing lines created.
|
static |
Returns ID of type of rectangle creation (by corners or by center and corner).
|
static |
Returns ID of creation type by opposite corners.
|
static |
Returns ID of creation type by center point and a corner.
|
static |
Returns ID of center point.
|
static |
Returns ID of the reference to the center point.
|
static |
Returns ID of a corner.
| def PythonAddons.macros.rectangle.feature.SketchPlugin_Rectangle.getKind | ( | self | ) |
Override Feature.getKind()
| def PythonAddons.macros.rectangle.feature.SketchPlugin_Rectangle.initAttributes | ( | self | ) |
Override Feature.initAttributes()
| def PythonAddons.macros.rectangle.feature.SketchPlugin_Rectangle.isMacro | ( | self | ) |
Override Feature.isMacro(). Rectangle feature is macro: removes itself on the creation transaction finish.