NOrthogonalRoutableConnectorModel Class Members
In This Topic
The following tables list the members exposed by NOrthogonalRoutableConnectorModel.
Public Constructors
Public Fields
Protected Fields
| Name | Description |
 | IGlj | |
Top
Public Properties
| Name | Description |
 | SegmentTypes | Gets the segment types. Automatically updated by Nevron. |
Top
Public Methods
| Name | Description |
 | CanMovePointX | Overridden. Overriden to return true. |
 | CanMovePointY | Overridden. Overriden to return true. |
 | CanMoveSegment | Overridden. Overriden to return false of the specified segment is the first or the last one and the begin or end point respectively is glued. |
 | GetSegmentTypeAt | Gets the segment type at the specified index |
 | MergePoints | Overridden. Merges (removes) all points, whose oriented distance from the line formed by its neighbours is smaller than the specified. |
 | MoveSegment | Overridden. Moves the segment to the specified location |
 | ReplacePoints | Overridden. Replaces the points in this model |
 | Reset | Overridden. Resets this model to its defaults |
 | SetPointAt | Overridden. Sets the point at the specified index (in parent coordinates) |
 | SplitSegment | Overridden. Splits the specified segment and returns information about the segment or point, which can be subsequently translated |
Top
See Also