The TinSurfaceTriangle 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 propertyEdge1
Gets the first edge of the triangle.
Public propertyEdge2
Gets the second edge of the triangle.
Public propertyEdge3
Gets the third edge of the triangle.
Public propertyIsValid
Gets whether the object is valid.
(Inherited from TinSurfaceObject.)
Public propertyIsVisible
Gets whether the triangle is visible.
Public propertySurface
Gets the parent Surface to which the object belongs.
(Inherited from TinSurfaceObject.)
Public propertyVertex1
Gets the first vertex in the triangle.
Public propertyVertex2
Gets the second vertex in the triangle.
Public propertyVertex3
Gets the third vertex in the triangle.

See Also