Packagesandy.core.data
Classpublic 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.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined by
  
Edge3D(p_nVertexId1:uint, p_nVertexId2:uint)
Creates an Edge3D from two vertices.
Edge3D
Property detail
vertex1property
public var vertex1:Vertex

[READ-ONLY] First vertex which compose the EDGE. The ID correspond to the Geometry3D aVertex list

vertex2property 
public var vertex2:Vertex

[READ-ONLY] Second vertex which compose the EDGE. The ID correspond to the Geometry3D aVertex list

vertexId1property 
public var vertexId1:uint

[READ-ONLY] First ID of the vertex which compose the EDGE. The ID correspond to the Geometry3D aVertex list

vertexId2property 
public var vertexId2:uint

[READ-ONLY] Second ID of the vertex which compose the EDGE. The ID correspond to the Geometry3D aVertex list

Constructor detail
Edge3D()constructor
public function Edge3D(p_nVertexId1:uint, p_nVertexId2:uint)

Creates an Edge3D from two vertices.

Parameters
p_nVertexId1:uint
 
p_nVertexId2:uint