STK UtilSend comments on this topic.
AssignCartesian Method (IAgPosition)
See Also
X
The X Coordinate.
Y
The Y Coordinate.
Z
The Z Coordinate.
Windows





Windows & Linux

Description

Helper method to assign the position using the Cartesian representation

Syntax

[Visual Basic .NET]
Public Sub AssignCartesian( _
    ByVal X As Double, _
    ByVal Y As Double, _
    ByVal Z As Double _
)
[C#]
public void AssignCartesian(
    double X,
    double Y,
    double Z
);
[Managed C++]
public: void AssignCartesian(
    double X,
    double Y,
    double Z
);
[Unmanaged C++]
public: HRESULT AssignCartesian(
    double X,
    double Y,
    double Z
);
[Java]
public void assignCartesian(
    double X,
    double Y,
    double Z
);
[Python - STK API ]
def AssignCartesian(self, X:float, Y:float, Z:float) -> None:

Parameters

X
The X Coordinate.
Y
The Y Coordinate.
Z
The Z Coordinate.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.