BrepVertex.from_point

classmethod BrepVertex.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