Click or drag to resize
Vertex Structure

Namespace: PDTec.IceNet.Domain.Cad.Geometry
Assembly: PDTec.IceNet.Domain (in PDTec.IceNet.Domain.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public struct Vertex : ICloneable

The Vertex type exposes the following members.

Constructors
  NameDescription
Public methodVertex(Double)
Initializes a new instance of the Vertex class
Public methodVertex(Vertex)
Initializes a new instance of the Vertex class
Public methodVertex(Double, Double, Double)
Initializes a new instance of the Vertex class
Public methodVertex(Int32, Int32, Int32)
Initializes a new instance of the Vertex class
Public methodVertex(Single, Single, Single)
Initializes a new instance of the Vertex class
Top
Properties
Methods
Operators
Fields
  NameDescription
Public fieldStatic memberOneVertex
Public fieldX
Public fieldY
Public fieldZ
Public fieldStatic memberZeroVertex
Top
See Also