#include <Draw_Segment2D.hxx>
Inheritance diagram for Draw_Segment2D:

Public Member Functions | |
| Standard_EXPORT | Draw_Segment2D (const gp_Pnt2d &p1, const gp_Pnt2d &p2, const Draw_Color &col) |
| Standard_EXPORT void | DrawOn (Draw_Display &dis) const |
| Standard_EXPORT const gp_Pnt2d & | First () const |
| Standard_EXPORT void | First (const gp_Pnt2d &P) |
| Standard_EXPORT const gp_Pnt2d & | Last () const |
| Standard_EXPORT void | Last (const gp_Pnt2d &P) |
| Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes | |
| gp_Pnt2d | myFirst |
| gp_Pnt2d | myLast |
| Draw_Color | myColor |
|
||||||||||||||||
|
|
|
|
Implements Draw_Drawable3D. |
|
|
|
|
|
|
|
|
Reimplemented from Draw_Drawable2D. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.1