Syntax

Value.f = dbNewXValue(x.f, Angle.f, StepValue.f)

Description

This command will return a value that represents the new X position of a point in 3D space. This command is used in conjunction with dbNewYValue and dbNewZValue commands to move from one point in space to another point in space based on a specified angle. Rather than using dbCos/dbSin maths, these commands simplify the task of moving coordinates within 3D space. The step value specifies how far in the specified direction you would like to calculate. The parameters should be specified using real numbers.

See Also

dbCurveValue, dbNewYValue, dbNewZValue, dbWrapValue