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





Windows & Linux

Description

Opt to constrain a chain so that access to or from the chain is limited by the maximum vector angle among the objects in the chain.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseMaxAngle() As Boolean
[C#]
public bool UseMaxAngle {get; set;}
[Managed C++]
public: __property bool get_UseMaxAngle();
public: __property void set_UseMaxAngle( bool );
[Unmanaged C++]
public: HRESULT get_UseMaxAngle(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseMaxAngle(
    VARIANT_BOOL UseMaxAngle
);
[Java]
public bool getUseMaxAngle();
public void setUseMaxAngle(
    bool
);
[Python - STK API ]
@property
def UseMaxAngle(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.