This class encapsulates a triangle in a TinSurface.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesTinSurfaceObject
Autodesk.Civil.DatabaseServicesTinSurfaceTriangle
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class TinSurfaceTriangle : TinSurfaceObject
VB
Public NotInheritable Class TinSurfaceTriangle Inherits TinSurfaceObject
C++
public ref class TinSurfaceTriangle sealed : public TinSurfaceObject
The TinSurfaceTriangle type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Edge1 | Gets the first edge of the triangle. | |
| Edge2 | Gets the second edge of the triangle. | |
| Edge3 | Gets the third edge of the triangle. | |
| IsValid |
Gets whether the object is valid.
(Inherited from TinSurfaceObject) | |
| IsVisible | Gets whether the triangle is visible. | |
| Surface |
Gets the parent Surface to which the object belongs.
(Inherited from TinSurfaceObject) | |
| Vertex1 | Gets the first vertex in the triangle. | |
| Vertex2 | Gets the second vertex in the triangle. | |
| Vertex3 | Gets the third vertex in the triangle. |
Methods
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from TinSurfaceObject) | |
| Equals | (Inherited from TinSurfaceObject) | |
| GetHashCode | (Inherited from TinSurfaceObject) |
