Library | File

Class pfcViewDisplay

# include <pfcView2D.h>

class pfcViewDisplay
 : public virtual xobject
{
    xdeclare(pfcViewDisplay)
    ...
};
This is a COMPACT class.



Description

This interface contains the options for display in a drawing view.
See Also:
pfcView2D



Method Summary

static pfcViewDisplay_ptrCreate (pfcDisplayStyle Style, pfcTangentEdgeDisplayStyle TangentStyle, pfcCableDisplayStyle CableStyle, xbool RemoveQuiltHiddenLines, xbool ShowConceptModel, xbool ShowWeldXSection)
Creates a new view display object.
pfcCableDisplayStyleGetCableStyle ()
voidSetCableStyle (pfcCableDisplayStyle value)
The display style for cables.
xboolGetRemoveQuiltHiddenLines ()
voidSetRemoveQuiltHiddenLines (xbool value)
true to remove quilt hidden lines, false otherwise.
xboolGetShowConceptModel ()
voidSetShowConceptModel (xbool value)
true to include the skeleton model in the display, false otherwise.
xboolGetShowWeldXSection ()
voidSetShowWeldXSection (xbool value)
true to show weld cross sections in the display, false otherwise.
pfcDisplayStyleGetStyle ()
voidSetStyle (pfcDisplayStyle value)
The display style for hidden lines.
pfcTangentEdgeDisplayStyleGetTangentStyle ()
voidSetTangentStyle (pfcTangentEdgeDisplayStyle value)
The display style for tangent lines.



Method Detail

pfcDisplayStyleGetStyle ()
voidSetStyle (pfcDisplayStyle value)

The display style for hidden lines.




pfcTangentEdgeDisplayStyleGetTangentStyle ()
voidSetTangentStyle (pfcTangentEdgeDisplayStyle value)

The display style for tangent lines.




pfcCableDisplayStyleGetCableStyle ()
voidSetCableStyle (pfcCableDisplayStyle value)

The display style for cables.




xboolGetRemoveQuiltHiddenLines ()
voidSetRemoveQuiltHiddenLines (xbool value)

true to remove quilt hidden lines, false otherwise.




xboolGetShowConceptModel ()
voidSetShowConceptModel (xbool value)

true to include the skeleton model in the display, false otherwise.




xboolGetShowWeldXSection ()
voidSetShowWeldXSection (xbool value)

true to show weld cross sections in the display, false otherwise.




static pfcViewDisplay_ptrCreate (pfcDisplayStyle Style, pfcTangentEdgeDisplayStyle TangentStyle, pfcCableDisplayStyle CableStyle, xbool RemoveQuiltHiddenLines, xbool ShowConceptModel, xbool ShowWeldXSection)

Creates a new view display object.
See Also:
pfcView2D
Parameters:
Style
The display style for hidden lines.
TangentStyle
The display style for tangent lines.
CableStyle
The display style for cables.
RemoveQuiltHiddenLines
true to remove quilt hidden lines, false otherwise.
ShowConceptModel
true to include the skeleton model in the display, false otherwise.
ShowWeldXSection
true to show weld cross sections in the display, false otherwise.
Returns:
The created view display object.