The TinSurfaceVertex type exposes the following members.

Methods

  NameDescription
Public methodDispose (Inherited from TinSurfaceObject.)
Public methodEquals (Inherited from TinSurfaceObject.)
Public methodGetHashCode (Inherited from TinSurfaceObject.)

Properties

  NameDescription
Public propertyEdges
Gets a TinSurfaceEdgeCollection which contains all edges connecting with the vertex object.
Public propertyIsValid
Gets whether the object is valid.
(Inherited from TinSurfaceObject.)
Public propertyLocation
Gets the location of the vertex.
Public propertySurface
Gets the parent Surface to which the object belongs.
(Inherited from TinSurfaceObject.)
Public propertyTriangles
Gets a TinSurfaceTriangleCollection which contains all triangles connecting with the vertex object.
Public propertyVertices
Gets a TinSurfaceVertexCollection which contains all vertices connecting with the vertex object.

See Also