STK ObjectsSend comments on this topic.
MinAngle Property (IAgChConstraints)
See Also
Windows





Windows & Linux

Description

The minimum vector angle among the objects in the chain. Uses Angle Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MinAngle() As Double
[C#]
public double MinAngle {get; set;}
[Managed C++]
public: __property double get_MinAngle();
public: __property void set_MinAngle( double );
[Unmanaged C++]
public: HRESULT get_MinAngle(
    double * pVal
);
public: HRESULT put_MinAngle(
    double MinAngle
);
[Java]
public double getMinAngle();
public void setMinAngle(
    double
);
[Python - STK API ]
@property
def MinAngle(self) -> float:

@MinAngle.setter
def MinAngle(self, MinAngle:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.