Platform Constructor (String, Point, Axes) | 
 
            Initializes a new instance with a specified name, time-varying position, and time-varying orientation.
            
 
    Namespace: 
   AGI.Foundation.Platforms
    Assembly:
   AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Platform(
	string name,
	Point locationPoint,
	Axes orientationAxes
)
Public Sub New ( 
	name As String,
	locationPoint As Point,
	orientationAxes As Axes
)
public:
Platform(
	String^ name, 
	Point^ locationPoint, 
	Axes^ orientationAxes
)
new : 
        name : string * 
        locationPoint : Point * 
        orientationAxes : Axes -> PlatformParameters
- name
 - Type: SystemString
The name of the platform. - locationPoint
 - Type: AGI.Foundation.GeometryPoint
A Point describing the position of the platform over time. - orientationAxes
 - Type: AGI.Foundation.GeometryAxes
An Axes describing the orientation of the platform over time. 
See Also