Classes
| Class | Description | |
|---|---|---|
| CogAngleLineLineTool | Tool that measures the angle between two lines. | |
| CogAnglePointPointTool | Tool that measures the angle between two points. | |
| CogCreateCircleTool | Tool that creates a circle. | |
| CogCreateEllipseTool | Tool that creates an ellipse. | |
| CogCreateGraphicLabelTool | Tool that creates a graphic label. | |
| CogCreateLineBisectPointsTool | Tool that creates a line that is a perpendicular bisector of a line segment joining two points. | |
| CogCreateLineParallelTool | Tool that creates a line parallel to a given line and passing through a given point. | |
| CogCreateLinePerpendicularTool | Tool that creates a line perpendicular to a given line and passing through a given point. | |
| CogCreateLineTool | Tool that creates a line. | |
| CogCreateSegmentAvgSegsTool | Tool that creates a line segment by averaging two given line segments. | |
| CogCreateSegmentTool | Tool that creates a line segment. | |
| CogDistanceCircleCircleTool | Tool that measures the distance between two circles. | |
| CogDistanceLineCircleTool | Tool that measures the distance between a line and a circle. | |
| CogDistanceLineEllipseTool | Tool that measures the distance between a line and an ellipse. | |
| CogDistancePointCircleTool | Tool that measures the distance from a point to a circle. | |
| CogDistancePointEllipseTool | Tool that computes the distance between a point and an ellipse. | |
| CogDistancePointLineTool | Tool that measures the distance between a point and a line. | |
| CogDistancePointPointTool | Tool that computes the distance and angle between two given points. | |
| CogDistancePointSegmentTool | Tool that measures the distance from a point to a line segment. | |
| CogDistanceSegmentCircleTool | Tool that measures the distance from a line segment to a circle. | |
| CogDistanceSegmentEllipseTool | Tool that measures the distance between a line segment and an ellipse. | |
| CogDistanceSegmentLineTool | Tool that measures the distance from a line segment to a line. | |
| CogDistanceSegmentSegmentTool | Tool that measures the distance between two line segments. | |
| CogIntersectCircleCircleTool | Tool that determines the intersection of two circles. | |
| CogIntersectLineCircleTool | No help for this object yet. | |
| CogIntersectLineEllipseTool | Tool that determines the intersection of a line and an ellipse. | |
| CogIntersectLineLineTool | Tool that determines the intersection of two lines. | |
| CogIntersectSegmentCircleTool | Tool that determines the intersection of a line segment and a circle. | |
| CogIntersectSegmentEllipseTool | Tool that determines the intersection of a line segment and an ellipse. | |
| CogIntersectSegmentLineTool | Tool that determines the intersection of a line segment and a line. | |
| CogIntersectSegmentSegmentTool | Tool that determines the intersection of two line segments. |
Interfaces
| Interface | Description | |
|---|---|---|
| ICogDrawingStyle |
Enumerations
| Enumeration | Description | |
|---|---|---|
| CogAngleLineLineCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogAngleLineLineLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogAngleLineLineLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogAnglePointPointCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogAnglePointPointLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogAnglePointPointLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogCreateCircleCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogCreateCircleLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogCreateCircleLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogCreateEllipseCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogCreateEllipseLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogCreateEllipseLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogCreateGraphicLabelCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogCreateGraphicLabelLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogCreateGraphicLabelLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogCreateGraphicLabelSourceSelectorConstants | Enumeration to specify the source of the text in the output graphic label. | |
| CogCreateLineBisectPointsCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogCreateLineBisectPointsLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogCreateLineBisectPointsLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogCreateLineCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogCreateLineLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogCreateLineLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogCreateLineParallelCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogCreateLineParallelLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogCreateLineParallelLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogCreateLinePerpendicularCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogCreateLinePerpendicularLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogCreateLinePerpendicularLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogCreateSegmentAvgSegsCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogCreateSegmentAvgSegsLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogCreateSegmentAvgSegsLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogCreateSegmentCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogCreateSegmentLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogCreateSegmentLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistanceCircleCircleCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogDistanceCircleCircleLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistanceCircleCircleLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistanceLineCircleCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogDistanceLineCircleLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistanceLineCircleLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistanceLineEllipseCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogDistanceLineEllipseLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistanceLineEllipseLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistancePointCircleCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogDistancePointCircleLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistancePointCircleLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistancePointEllipseCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogDistancePointEllipseLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistancePointEllipseLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistancePointLineCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogDistancePointLineLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistancePointLineLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistancePointPointCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogDistancePointPointLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistancePointPointLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistancePointSegmentCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogDistancePointSegmentLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistancePointSegmentLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistanceSegmentCircleCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogDistanceSegmentCircleLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistanceSegmentCircleLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistanceSegmentEllipseCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogDistanceSegmentEllipseLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistanceSegmentEllipseLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistanceSegmentLineCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogDistanceSegmentLineLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistanceSegmentLineLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistanceSegmentSegmentCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogDistanceSegmentSegmentLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogDistanceSegmentSegmentLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogIntersectCircleCircleCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogIntersectCircleCircleLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogIntersectCircleCircleLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogIntersectLineCircleCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogIntersectLineCircleLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogIntersectLineCircleLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogIntersectLineEllipseCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogIntersectLineEllipseLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogIntersectLineEllipseLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogIntersectLineLineCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogIntersectLineLineLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogIntersectLineLineLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogIntersectSegmentCircleCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogIntersectSegmentCircleLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogIntersectSegmentCircleLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogIntersectSegmentEllipseCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogIntersectSegmentEllipseLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogIntersectSegmentEllipseLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogIntersectSegmentLineCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogIntersectSegmentLineLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogIntersectSegmentLineLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogIntersectSegmentSegmentCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogIntersectSegmentSegmentLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogIntersectSegmentSegmentLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. |