Library | Module

Interface IpfcViewDisplay



Description

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



Property Summary

PropertyCableStyleas IpfcCableDisplayStyle
The display style for cables.
PropertyRemoveQuiltHiddenLinesas Boolean
true to remove quilt hidden lines, false otherwise.
PropertyShowConceptModelas Boolean
true to include the skeleton model in the display, false otherwise.
PropertyShowWeldXSectionas Boolean
true to show weld cross sections in the display, false otherwise.
PropertyStyleas IpfcDisplayStyle
The display style for hidden lines.
PropertyTangentStyleas IpfcTangentEdgeDisplayStyle
The display style for tangent lines.



Method Summary

FunctionCCpfcViewDisplay.Create (Style as IpfcDisplayStyle, TangentStyle as IpfcTangentEdgeDisplayStyle, CableStyle as IpfcCableDisplayStyle, RemoveQuiltHiddenLines as Boolean, ShowConceptModel as Boolean, ShowWeldXSection as Boolean) as IpfcViewDisplay
Creates a new view display object.



Property Detail


PropertyCableStyleas IpfcCableDisplayStyle

The display style for cables.




PropertyRemoveQuiltHiddenLinesas Boolean

true to remove quilt hidden lines, false otherwise.




PropertyShowConceptModelas Boolean

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




PropertyShowWeldXSectionas Boolean

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




PropertyStyleas IpfcDisplayStyle

The display style for hidden lines.




PropertyTangentStyleas IpfcTangentEdgeDisplayStyle

The display style for tangent lines.





Method Detail


FunctionCCpfcViewDisplay.Create (Style as IpfcDisplayStyle, TangentStyle as IpfcTangentEdgeDisplayStyle, CableStyle as IpfcCableDisplayStyle, RemoveQuiltHiddenLines as Boolean, ShowConceptModel as Boolean, ShowWeldXSection as Boolean) as IpfcViewDisplay

Creates a new view display object.
See Also:
IpfcView2D
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.