The TinSurfaceEdge type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Dispose | (Inherited from TinSurfaceObject.) |
![]() | Equals | (Overrides TinSurfaceObject..::..Equals(Object).) |
![]() | GetHashCode | (Overrides TinSurfaceObject..::..GetHashCode()()()().) |
Properties
Name | Description | |
---|---|---|
![]() | IsLocked |
Gets a boolean value that specifies whether the edge is locked.
|
![]() | IsValid |
Gets whether the TinSurfaceEdge object is valid.
(Overrides TinSurfaceObject..::..IsValid.) |
![]() | Surface |
Gets the parent Surface to which the object belongs.
(Inherited from TinSurfaceObject.) |
![]() | Triangle1 |
Gets one of the triangles that the edge belongs to.
|
![]() | Triangle2 |
Gets the second triangles that the edge belongs to, if it belongs to two triangles.
|
![]() | Vertex1 |
Gets one end vertex for the edge.
|
![]() | Vertex2 |
Gets the other end vertex for the edge.
|