catia_gsd_point
Create a point in CATIA V5 using coordinates, along a curve, between two points, at a circle or sphere center, or on a plane, specifying exact positions with ratios or distances for accurate geometry construction.
Instructions
Create a point. Modes: 'coordinates' (x,y,z); 'on_curve' at a ratio or distance along a curve; 'between' two points at a ratio; 'center' of a circle or sphere; 'on_plane' at plane coordinates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | X coordinate, mm (coordinates/on_plane). | |
| y | No | Y coordinate, mm. | |
| z | No | Z coordinate, mm. | |
| mode | No | coordinates | on_curve | between | center | on_plane. | coordinates |
| name | No | Name for the point. | |
| ratio | No | Position along the curve or between the points, 0 to 1. | |
| geoset | No | Target geometrical set. | |
| distance | No | Distance along the curve in mm; overrides ratio when given. | |
| reference | No | Curve, circle or plane reference token, depending on mode. | |
| second_reference | No | Second point reference token, for mode='between'. |