DK for Python | tatukgis_pdk.IGIS_Editor | Methods | Properties
| Name | Visibility | Description | |
|---|---|---|---|
| BlockSnapping | public | If True, block snapping operations during adding points. | |
| CanRedo | public | If True, redo buffer is not empty. | |
| CanUndo | public | If True, undo buffer is not empty. | |
| CurrentShape | public | Currently edited shape. | |
| EditingEdgeLengthsStyle | public | Edges lengths style. | |
| EditingLinesStyle | public | Editing lines style. | |
| EditingPointsStyle | public | Editing points style. | |
| EditorMode | public | Determines how new vertices are created relative to existing vertices. | |
| InEdit | public | If True, editing is active. | |
| Layer | public | Layer that holds the shape being currently edited. | |
| MinMove | public | Minimal mouse movement to perform a change. | |
| Mode | public | Mode of edition. | |
| MustRedraw | public | True if editor should be redraw. | |
| Part | public | Part number of currently edited shape. | |
| Point | public | Access to individual points in a part. | |
| PointCount | public | Number of points in the current part of the currently edited shape. | |
| PointerMode | public | Pointer mode ( mouse, touch or pen ). | |
| PointPos | public | Position of the currently edited point. | |
| SelectTolerance | public | Distance tolerance of vertices selection. | |
| SelectTolerancePen | public | Distance tolerance of vertices selection upon pen gesture. | |
| SelectToleranceTouch | public | Distance tolerance of vertices selection upon touch gesture. | |
| ShowDraggingTrack | public | If True, show dragging track when moving a vertex to a new position. | |
| ShowEdgesLengths | public | If True, show edges lengths from vertex to vertex. | |
| ShowPoints3D | public | If True, show the Z coordinates for the vertices. | |
| ShowPointsNumbers | public | If True, show the vertex numbers. | |
| ShowTracking | public | If True, show vertices to trace from a shape in the snap-to layer. | |
| SnapGridSpacing | public | The spacing of the grid to which points will be snapped. | |
| SnapLayer | public | Layer containing geometry to which edited points will be snapped. | |
| SnapMargin | public | The distance tolerance from the snap-to feature for a snap to occur. | |
| SnapToIntersection | public | If True, enable snap to the point of intersections between shapes. | |
| SnapType | public | Snap type - how to snap to a vertex or segment. | |
| Uid | public | Uid of currently edited shape or -1. | |
| Viewer | public | Viewer on which editor has been created. | |
| ViewerEnabled | public | Set to true if Editor Mode is enabled in a TGIS_ViewerWnd. | |