catia_gsd_line
Create lines in CATIA V5 using two points, point-direction with length, normal to a surface, or tangent to a curve at a point.
Instructions
Create a line. Modes: 'two_points'; 'point_direction' with a length; 'normal' to a surface at a point; 'tangent' to a curve at a point.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Reference token of the end point (two_points). | |
| mode | No | two_points | point_direction | normal | tangent. | two_points |
| name | No | Name for the line. | |
| start | No | Reference token of the start point. | |
| geoset | No | Target geometrical set. | |
| length | No | Line length in mm. | |
| support | No | Surface or curve reference token for normal/tangent. | |
| direction | No | Direction vector [x,y,z] for point_direction mode. | |
| start_offset | No | Offset of the line start from the point, mm. |