Enables to smooth out the volume and surface boundaries using interpolation between grid points.
Read-write property
[Visual Basic .NET] |
---|
Public Property Smoothing() As Boolean |
[C#] |
---|
public bool Smoothing {get; set;} |
[Managed C++] |
---|
public: __property bool get_Smoothing(); |
[Unmanaged C++] |
---|
public: HRESULT get_Smoothing( VARIANT_BOOL * pShow ); public: HRESULT put_Smoothing( VARIANT_BOOL pShow ); |
[Java] |
---|
public bool getSmoothing(); public void setSmoothing( bool ); |