STK ObjectsSend comments on this topic.
UseRefAxesFlippedAboutX Property (IAgSnPtFixedAxes)
See Also
Windows





Windows & Linux

Description

Use the specified ReferenceAxes, after flipping it 180 deg about its x-axis, as the sensor's body axes. Setting is only available for Facility, Target, Place objects and defaults to true for such objects.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseRefAxesFlippedAboutX() As Boolean
[C#]
public bool UseRefAxesFlippedAboutX {get; set;}
[Managed C++]
public: __property bool get_UseRefAxesFlippedAboutX();
public: __property void set_UseRefAxesFlippedAboutX( bool );
[Unmanaged C++]
public: HRESULT get_UseRefAxesFlippedAboutX(
    VARIANT_BOOL * pVal
);
public: HRESULT put_UseRefAxesFlippedAboutX(
    VARIANT_BOOL newVal
);
[Java]
public bool getUseRefAxesFlippedAboutX();
public void setUseRefAxesFlippedAboutX(
    bool
);
[Python - STK API ]
@property
def UseRefAxesFlippedAboutX(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.