CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Constructs a new GeoPoint with given x, y and z components.
Namespace: CADabilityAssembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Syntax
| C# |
|---|
public GeoPoint( double x, double y, double z ) |
| Visual Basic |
|---|
Public Sub New ( _ x As Double, _ y As Double, _ z As Double _ ) |
| Visual C++ |
|---|
public: GeoPoint( double x, double y, double z ) |
Parameters
- x
- Type: System..::..Double
x-component
- y
- Type: System..::..Double
y-component
- z
- Type: System..::..Double
z-component