FenceLogicalDataGetCurveTimeByPosition Method |
Namespace:
NeoAxis
Assembly:
NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntaxpublic bool GetCurveTimeByPosition(
Vector3 position,
double maxDistanceToCurve,
out double timeOnCurve
)
Parameters
- position
- Type: NeoAxisVector3
- maxDistanceToCurve
- Type: SystemDouble
- timeOnCurve
- Type: SystemDouble
Return Value
Type:
Boolean
See Also