Interface WDisplay
Description
Display and Grapchis related methods
Direct Known Subclasses:
User Guide References:
CreateDisplayList2D,
Invalidate,
DrawArc2D,
DrawPolygon2D,
DrawText2D,
CreateDisplayList3D,
DrawCircle,
DrawLine,
SetPenPosition,
DrawPolyline,
GetDefaultFont,
GetCurrentFont,
SetCurrentFont,
GetFontById,
GetFontByName,
GetTextHeight,
SetTextHeight,
GetRotationAngle,
SetRotationAngle,
GetSlantAngle,
SetSlantAngle,
GetWidthFactor,
SetWidthFactor,
ResetTextAttributes,
GetCurrentGraphicsMode,
SetCurrentGraphicsMode,
GetCurrentGraphicsColor,
SetCurrentGraphicsColor Method Summary
void | |
| Draws a set of polylines on the screen |
| |
| Retrieves the standard color used for the specified object type |
| |
| Sets color scheme of Creo Parametric session |
| |
| Gets version of ColorRGB |
| |
| Changes the color used to draw any subsequent graphics |
| |
| Changes the color used to draw any subsequent graphics window text color |
void | |
| Sets color scheme of Creo Parametric session |
void | |
| Sets version of ColorRGB |
Method Detail
GetColorByObjectType |
| GetColorByObjectType | |
Retrieves the standard color used for the specified object type
Exceptions thrown (but not limited to):
User Guide References:
Parameters:
DispType
Type of object
Returns:
The color typically used by Creo to render the object
SetColorRGBAlternateScheme |
void | SetColorRGBAlternateScheme | |
Sets color scheme of Creo Parametric session
User Guide References:
Parameters:
Scheme
A Scheme
Returns:
GetColorRGBAlternateScheme |
| GetColorRGBAlternateScheme | () |
Sets color scheme of Creo Parametric session
User Guide References:
Returns:
A Scheme
SetColorRGBVersion |
void | SetColorRGBVersion | |
Sets version of ColorRGB
User Guide References:
Parameters:
Version
Returns:
GetColorRGBVersion |
| GetColorRGBVersion | () |
Gets version of ColorRGB
User Guide References:
Returns:
ModifyGraphicsColor |
| ModifyGraphicsColor | |
Changes the color used to draw any subsequent graphics
Exceptions thrown (but not limited to):
Parameters:
Color
The new color to use when drawing a graphics entity. If this is null method returns existing color
Returns:
Modfified color
ModifyTextColor |
| ModifyTextColor | |
Changes the color used to draw any subsequent graphics window text color
Exceptions thrown (but not limited to):
Parameters:
Color
The new color to use to display text. If this is null method returns existing color
Returns:
Modified color
DrawPolylines |
void | DrawPolylines | |
Draws a set of polylines on the screen
User Guide References:
Parameters:
SetofPolyline
A sequence of polyline
Returns: