|
Public Member Functions |
Standard_EXPORT | Prs3d_AngleAspect () |
Standard_EXPORT Handle_Prs3d_LineAspect | LineAspect () const |
| Returns the setting determining how the line making
up the shaft of the arrow will be displayed.
.
|
Standard_EXPORT void | SetLineAspect (const Handle(Prs3d_LineAspect)&anAspect) |
| Sets how the line making up the shaft of an arrow will be displayed.
.
|
Standard_EXPORT Handle_Prs3d_TextAspect | TextAspect () const |
| Returns the setting determining how text in the
presentation of an angle will be displayed.
.
|
Standard_EXPORT void | SetTextAspect (const Handle(Prs3d_TextAspect)&anAspect) |
| Sets how text in the presentation of an angle will be displayed.
.
|
Standard_EXPORT Handle_Prs3d_ArrowAspect | ArrowAspect () const |
| Returns the setting determining how an arrow head
which points to an angle will be displayed.
.
|
Standard_EXPORT void | SetArrowAspect (const Handle(Prs3d_ArrowAspect)&anAspect) |
| Sets how an arrow head which points to an angle will be displayed.
.
|
Standard_EXPORT void | Print (Standard_OStream &s) const |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Private Attributes |
Handle_Prs3d_LineAspect | myLineAspect |
Handle_Prs3d_ArrowAspect | myArrowAspect |
Handle_Prs3d_TextAspect | myTextAspect |