Get direction using the Pitch Roll representation. Pitch and Roll use Angle Dimension.
[Visual Basic .NET] |
---|
Public Sub QueryPR( _ ByVal Sequence As AgEPRSequence, _ ByRef Pitch As System.Object, _ ByRef Roll As System.Object _ ) |
[C#] |
---|
public void QueryPR( AgEPRSequence Sequence, ref System.Object Pitch, ref System.Object Roll ); |
[Managed C++] |
---|
public: void QueryPR( AgEPRSequence Sequence, VARIANT ^ Pitch, VARIANT ^ Roll ); |
[Unmanaged C++] |
---|
public: HRESULT QueryPR( AgEPRSequence Sequence, VARIANT * Pitch, VARIANT * Roll ); |
[Python - STK API ] |
---|
def QueryPR(self, Sequence:"AgEPRSequence") -> typing.Tuple[typing.Any, typing.Any]: |
- Sequence
- Pitch
- Roll