STK ObjectsSend comments on this topic.
UseMinAngle 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 minimum vector angle among the objects in the chain.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseMinAngle() As Boolean
[C#]
public bool UseMinAngle {get; set;}
[Managed C++]
public: __property bool get_UseMinAngle();
public: __property void set_UseMinAngle( bool );
[Unmanaged C++]
public: HRESULT get_UseMinAngle(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseMinAngle(
    VARIANT_BOOL UseMinAngle
);
[Java]
public bool getUseMinAngle();
public void setUseMinAngle(
    bool
);
[Python - STK API ]
@property
def UseMinAngle(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.