Point3D Constructor

The default constructor

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

Parameters

x  Double
The X component
y  Double
The Y component
z  Double
The Z component
See Also
Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next