Hi,
I have a direct question in RhinoCommon : is there is a way to remove a Vertex from a Brep that I am constructing by code ? I can see the ‘Add’ method of BrepVertexList but couldn’t find the opposite, a way to suppress, modify a Vertex that I added or even clear the list.
Thanks in advance !
Moved to Scripting category so it will be seen.
1 Like
Hi @ahmedwael.si,
There doesn’t appear to be a way to do this directly in RhinoCommon. You might see if Brep.Compact
does what you want.
– Dale
1 Like