Computes a coordinate transformation.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public Plane TransformCoordinates(
	CoordinateSystem actualCS,
	CoordinateSystem newCS
)
Visual Basic (Declaration)
Public Function TransformCoordinates ( _
	actualCS As CoordinateSystem, _
	newCS As CoordinateSystem _
) As Plane
Visual C++
public:
Plane^ TransformCoordinates(
	CoordinateSystem^ actualCS, 
	CoordinateSystem^ newCS
)

Parameters

actualCS
Type: ceometric.VectorGeometry..::.CoordinateSystem
The actual CoordinateSystem.
newCS
Type: ceometric.VectorGeometry..::.CoordinateSystem
The new coordinate system.

Return Value

Returns a representation of the plane in a transformed coordinate system.

See Also