API Documentation > Classes > Class pfcViewDisplay
Class pfcViewDisplay
Description
This interface contains the options for display in a drawing view.
See Also:
User Guide References:
Property Summary
The display style for cables.
boolean
true to remove quilt hidden lines, false otherwise.
boolean
true to include the skeleton model in the display, false otherwise.
boolean
true to show weld cross sections in the display, false otherwise.
The display style for hidden lines.
The display style for tangent lines.
Method Summary
Create (pfcDisplayStyle Style, pfcTangentEdgeDisplayStyle TangentStyle, pfcCableDisplayStyle CableStyle, boolean RemoveQuiltHiddenLines, boolean ShowConceptModel, boolean ShowWeldXSection)
Creates a new view display object.
Property Detail
The display style for cables.
boolean
RemoveQuiltHiddenLines
true to remove quilt hidden lines, false otherwise.
boolean
ShowConceptModel
true to include the skeleton model in the display, false otherwise.
boolean
ShowWeldXSection
true to show weld cross sections in the display, false otherwise.
The display style for hidden lines.
The display style for tangent lines.
Method Detail
Create
(pfcDisplayStyle Style, pfcTangentEdgeDisplayStyle TangentStyle, pfcCableDisplayStyle CableStyle, boolean RemoveQuiltHiddenLines, boolean ShowConceptModel, boolean ShowWeldXSection)
Creates a new view display object.
See Also:
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.
User Guide References:
Was this helpful?