Line 4Pt / 线段 4点
Create a line from four points. / 由4个点生成一条线段
Input parameters: / 输入 Line (Line) / 直线段 Guide line. / 这是一条参考线 Point A (Point) / 第一个点
First point to project onto the guide. / 第一个点投影到参考线 Point B (Point) / 第二个点
Second point to project onto the guide. / 第二个点投影到参考线
Output parameters: /输出 Line (Line) / 直线段
Line segment between A and B / 线段在点AB之间.
-------------------------------------------------------------------------------------------------------------------