STK ObjectsSend 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 * pShow
);
public: HRESULT put_Smoothing(
    VARIANT_BOOL pShow
);
[Java]
public bool getSmoothing();
public void setSmoothing(
    bool
);
[Python - STK API ]
@property
def Smoothing(self) -> bool:

@Smoothing.setter
def Smoothing(self, pShow:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.