Pdf3DCrossSection
IntersectionIsVisible Property
|
Gets or sets a value indicating whether the intersection of cutting plane with 3D artwork is visible.
Namespace:
Spire.Pdf.Annotations
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool IntersectionIsVisible { get; set; }
Public Property IntersectionIsVisible As Boolean
Get
Set
public:
property bool IntersectionIsVisible {
bool get ();
void set (bool value);
}
member IntersectionIsVisible : bool with get, set
Property Value
Type:
Boolean
See Also