Table of Contents

Class VertexDataUnit

Namespace
Aspose.CAD.FileFormats.Stl.StlObjects
Assembly
Aspose.CAD.dll

The coordinates of the vertices triangle facets.

[ComVisible(false)]
public class VertexDataUnit : IEquatable<VertexDataUnit>
Inheritance
VertexDataUnit
Implements
Inherited Members

Constructors

VertexDataUnit(float, float, float)

Initializes a new instance of the VertexDataUnit class.

Properties

X

Gets or sets the X-Coordinate.

Y

Gets or sets the Y-Coordinate.

Z

Gets or sets the Z-Coordinate.

Methods

Equals(VertexDataUnit)

Indicates whether the current object is equal to another object of the same type.

Equals(object)

Indicates whether the current object is equal to another object.

GetHashCode()

Gets hash code.

Operators

operator ==(VertexDataUnit, VertexDataUnit)

Overloading the equality operator.

operator !=(VertexDataUnit, VertexDataUnit)

Overloading the inequality operator.