Computes a coordinate transformation.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public static void TransformCoordinates( List<Plane> planes, CoordinateSystem actualCS, CoordinateSystem newCS ) |
Visual Basic (Declaration) |
---|
Public Shared Sub TransformCoordinates ( _ planes As List(Of Plane), _ actualCS As CoordinateSystem, _ newCS As CoordinateSystem _ ) |
Visual C++ |
---|
public: static void TransformCoordinates( List<Plane^>^ planes, CoordinateSystem^ actualCS, CoordinateSystem^ newCS ) |
Parameters
- planes
- Type: System.Collections.Generic..::.List<(Of <(Plane>)>)
A generic list of planes.
- actualCS
- Type: ceometric.VectorGeometry..::.CoordinateSystem
The actual CoordinateSystem.
- newCS
- Type: ceometric.VectorGeometry..::.CoordinateSystem
The new CoordinateSystem.
Remarks
This method directly modifies the entries of the list for performance reasons.