Gets or sets whether the geometry of the model shown in Viewports is printed with hidden lines removed.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property HideGeometryOnSheet As System.Boolean |
C# | |
---|
System.bool HideGeometryOnSheet {get; set;} |
JavaScript | |
---|
HideGeometryOnSheet : System.boolean |
)
< A href="GettingStarted-draftsightapi.html">HRESULT set_HideGeometryOnSheet(
VARIANT_BOOL
NewVal
)
C++ | |
---|
property System.bool HideGeometryOnSheet { bool* Val
)
DSRESULTput_HideGeometryOnSheet(
bool NewVal
} |
Property Value
True to hide the geometry of the model shown in Viewports with hidden lines removed, false to show the geometry of the model shown in Viewports with hidden lines removed