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