Gets or sets the XYZ position of the mesh vertex.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public Point Position { get; set; }
Visual Basic (Declaration)
Public Property Position As Point
Visual C++
public:
property Point^ Position {
	Point^ get ();
	void set (Point^ value);
}

Field Value

A point.

See Also