18 lines
308 B
Markdown
18 lines
308 B
Markdown
# make_point_rvertex
|
|
|
|
## API Definition
|
|
|
|
```python
|
|
def make_point_rvertex(x: ScalarLike, y: ScalarLike, z: ScalarLike) -> Vertex
|
|
```
|
|
|
|
*Source: operations.py*
|
|
|
|
## Import Surface
|
|
|
|
- top-level: `from simplecadapi import make_point_rvertex`
|
|
|
|
## Description
|
|
|
|
Create a point in 3D space and return it as a vertex.
|