|
ShellSec_RendererInfoDisplaySmooth Property
|
Gets or sets a value indicating whether smoothing is enabled.
If True geometries will be smoothed else they will be stepwise.
Namespace:
Karamba.Results.ShellSection
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic bool DisplaySmooth { get; set; }
Public Property DisplaySmooth As Boolean
Get
Set
public:
property bool DisplaySmooth {
bool get ();
void set (bool value);
}
member DisplaySmooth : bool with get, set
Property Value
Type:
Boolean
See Also