Click or drag to resize
XDL

XSarSensorParamsAddStateVector(Double, XVertex3d) Method

시간에 대한 플랫폼의 위치를 추가한다.

Namespace: Pixoneer.NXDL.NSM
Assembly: NXDLsm (in NXDLsm.dll) Version: 2.0.3.38
Syntax
C#
public void AddStateVector(
	double time,
	XVertex3d pos
)

Parameters

time  Double
플랫폼의 상태에 대한 시간.
pos  XVertex3d
플랫폼의 위치
See Also