Gets the second triangles that the edge belongs to, if it belongs to two triangles.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public TinSurfaceTriangle Triangle2 { get; } |
Visual Basic |
---|
Public ReadOnly Property Triangle2 As TinSurfaceTriangle Get |
Visual C++ |
---|
public: property TinSurfaceTriangle^ Triangle2 { TinSurfaceTriangle^ get (); } |
Remarks
Triangle2 will return either null (if the edge belongs to only one triangle) or a valid TinSurfaceTriangle.