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 | |
---|
get_HideGeometryOnSheet () : Boolean
put_HideGeometryOnSheet (
NewVal : Boolean
)
|
COM native C++ | |
---|
HRESULT get_HideGeometryOnSheet(
VARIANT_BOOL* Val
)
HRESULT put_HideGeometryOnSheet(
VARIANT_BOOL NewVal |
C++ | |
---|
DSRESULT get_HideGeometryOnSheet (
bool* Val
)
DSRESULT put_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
Remarks
See Also
Availability
DraftSight V1R1.1