RhinoBrepVertex.from_point
- classmethod RhinoBrepVertex.from_point(point)[source]
Creates a Brep vertex from a Point
- Parameters:
- point: :class:`compas.geometry.Point`
The point to create a vertex from
- Returns:
compas.geometry.BrepVertex
The created vertex