Point3D Constructor

The default constructor

Namespace:  TSD.API.Remoting.Geometry
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public Point3D(
	double x,
	double y,
	double z
)

Parameters

x
Type: SystemDouble
The X component
y
Type: SystemDouble
The Y component
z
Type: SystemDouble
The Z component
See Also