TinSurfaceTriangle Class

This class encapsulates a triangle in a TinSurface.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesTinSurfaceObject
    Autodesk.Civil.DatabaseServicesTinSurfaceTriangle

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class TinSurfaceTriangle : TinSurfaceObject

The TinSurfaceTriangle type exposes the following members.

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 propertyCode exampleIsVisible 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.
Top
Methods
 NameDescription
Public methodDispose
(Inherited from TinSurfaceObject)
Public methodEquals
(Inherited from TinSurfaceObject)
Public methodGetHashCode
(Inherited from TinSurfaceObject)
Top
See Also