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

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