| Package | sandy.core.data |
| Class | public final class Edge3D |
The Edge3D represent a shape3D. It stores information concerning related 2 Vertex. A polygon is defined by some vertex, but also by some edges. Polygons are sharing edges between them.
| Property | Defined by | ||
|---|---|---|---|
| vertex1 : Vertex
[READ-ONLY]
First vertex which compose the EDGE.
| Edge3D | ||
| vertex2 : Vertex
[READ-ONLY]
Second vertex which compose the EDGE.
| Edge3D | ||
| vertexId1 : uint
[READ-ONLY]
First ID of the vertex which compose the EDGE.
| Edge3D | ||
| vertexId2 : uint
[READ-ONLY]
Second ID of the vertex which compose the EDGE.
| Edge3D | ||
| Method | Defined by | ||
|---|---|---|---|
|
Edge3D(p_nVertexId1:uint, p_nVertexId2:uint)
Creates an Edge3D from two vertices.
| Edge3D | ||
| vertex1 | property |
public var vertex1:Vertex[READ-ONLY] First vertex which compose the EDGE. The ID correspond to the Geometry3D aVertex list
| vertex2 | property |
public var vertex2:Vertex[READ-ONLY] Second vertex which compose the EDGE. The ID correspond to the Geometry3D aVertex list
| vertexId1 | property |
public var vertexId1:uint[READ-ONLY] First ID of the vertex which compose the EDGE. The ID correspond to the Geometry3D aVertex list
| vertexId2 | property |
public var vertexId2:uint[READ-ONLY] Second ID of the vertex which compose the EDGE. The ID correspond to the Geometry3D aVertex list
| Edge3D | () | constructor |
public function Edge3D(p_nVertexId1:uint, p_nVertexId2:uint)Creates an Edge3D from two vertices.
Parametersp_nVertexId1:uint |
|
p_nVertexId2:uint |