POINT - Mid Point
A mid point construction consists of the point to be created and the names of two other measured, constructed, or defined features or feature definitions. The mid-point will be the center of a 3D line between the centers of the 2 features used in the construction.
Syntax:
CONST/POINT,F(name),MIDPT,FA(name), F(name)
or
CONST/POINT,F(name),MIDPT,FA(name), FA(name),
Parameters
F(name),
Defined name of the point being constructed
MIDPT
The point will be constructed as the mid-point between 2 features
F(name), or FA(name
Name of previous measured, constructed, or defined features
Example:
F(PT5)=FEAT/POINT, CART, 118.7147, 81.4480, -18.2692, 0.0000, 0.0000, 1.0000
CONST/POINT, F(PT5), MIDPT, FA(PT3), FA(PT4)