STK AstrogatorSend comments on this topic.
EnableHomotopy Property (IAgVAProfileDifferentialCorrector)
See Also
Windows





Windows & Linux

Description

If true, the profile will divide the problem into steps to solve it.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableHomotopy() As Boolean
[C#]
public bool EnableHomotopy {get; set;}
[Managed C++]
public: __property bool get_EnableHomotopy();
public: __property void set_EnableHomotopy( bool );
[Unmanaged C++]
public: HRESULT get_EnableHomotopy(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnableHomotopy(
    VARIANT_BOOL newVal
);
[Java]
public bool getEnableHomotopy();
public void setEnableHomotopy(
    bool
);
[Python - STK API ]
@property
def EnableHomotopy(self) -> bool:

@EnableHomotopy.setter
def EnableHomotopy(self, newVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.