CADability dotNET
A 3-dimensional point with double components. The components are directly accesible to achieve maximum speed.
Note Note

Keep in mind that this is a value type. Passing a value type as a (non ref) parameter and changing it's value inside the invoked method leaves the original unchanged.

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
[SerializableAttribute]
public struct GeoPoint : ISerializable
Visual Basic
<SerializableAttribute> _
Public Structure GeoPoint _
	Implements ISerializable
Visual C++
[SerializableAttribute]
public value class GeoPoint : ISerializable

See Also