Library | Module

Class pfcViewDisplay



Description

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



Property Summary

pfcCableDisplayStyleCableStyle
The display style for cables.
booleanRemoveQuiltHiddenLines
true to remove quilt hidden lines, false otherwise.
booleanShowConceptModel
true to include the skeleton model in the display, false otherwise.
booleanShowWeldXSection
true to show weld cross sections in the display, false otherwise.
pfcDisplayStyleStyle
The display style for hidden lines.
pfcTangentEdgeDisplayStyleTangentStyle
The display style for tangent lines.



Method Summary

static pfcViewDisplayCreate (pfcDisplayStyle Style, pfcTangentEdgeDisplayStyle TangentStyle, pfcCableDisplayStyle CableStyle, boolean RemoveQuiltHiddenLines, boolean ShowConceptModel, boolean ShowWeldXSection)
Creates a new view display object.



Property Detail


pfcCableDisplayStyleCableStyle

The display style for cables.




booleanRemoveQuiltHiddenLines

true to remove quilt hidden lines, false otherwise.




booleanShowConceptModel

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




booleanShowWeldXSection

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




pfcDisplayStyleStyle

The display style for hidden lines.




pfcTangentEdgeDisplayStyleTangentStyle

The display style for tangent lines.





Method Detail


static pfcViewDisplayCreate (pfcDisplayStyle Style, pfcTangentEdgeDisplayStyle TangentStyle, pfcCableDisplayStyle CableStyle, boolean RemoveQuiltHiddenLines, boolean ShowConceptModel, boolean 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.