ConstructionPointParams Constructor (Point3D)

The constructor for a construction point on a given coordinates

Namespace:  TSD.API.Remoting.Structure.Create
Assembly:  TSD.API.Remoting (in TSD.API.Remoting.dll) Version: 0.22.4.0116
Syntax
public ConstructionPointParams(
	Point3D coordinates
)

Parameters

coordinates
Type: TSD.API.Remoting.GeometryPoint3D
The coordinates
See Also