AGI STK Objects 11 Send comments on this topic.
Smoothing Property (IAgVmVO)
See Also 
Windows






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface