*SetPoint() - single point

Sets the coordinates of a point.

Syntax

*SetPoint(point_name, x, y, z)

Arguments

point_name
The variable name of an existing point.
Data type: varname
x, y, z
The X, Y, and Z coordinates of the point.
Data type: real

Example

*Point(p_diff_cg, "Differential cg")
*Point(p_diff_mount, "Differential to housing mount")
*PointPair(p_axle_diff, "Axle shaft to Diff.")
*SetPoint(p_diff_cg, 3750, 7.00, 1000)
*SetPoint(p_diff_mount, 3750, -49.50, 1000)
*SetPoint(p_axle_diff.l, 3750, -50.00, 1000)
*SetPoint(p_axle_diff.r, 3750, 65.00, 1000)

Context

*BeginMdl()

*DefineAnalysis()

*DefineSystem()