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
Site Navigation
compas
compas_blender
compas_ghpython
compas_rhino
Creates a Brep vertex from a Point
The point to create a vertex from
compas.geometry.BrepVertex
The created vertex