Brep.Vertices

Brep.Vertices property

Gets or sets the vertices. This element defines all the vertices of an BREP structure. Vertices are the base topological entity for all BREP structures, so this element is ever needed.

public Vertices Vertices { get; set; }

See Also