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





Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxAngle() As Double
[C#]
public double MaxAngle {get; set;}
[Managed C++]
public: __property double get_MaxAngle();
public: __property void set_MaxAngle( double );
[Unmanaged C++]
public: HRESULT get_MaxAngle(
    double * pVal
);
public: HRESULT put_MaxAngle(
    double MaxAngle
);
[Java]
public double getMaxAngle();
public void setMaxAngle(
    double
);
[Python - STK API ]
@property
def MaxAngle(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.