You are here: Start » AVL.NET » Function Reference » Conversions » AVL.SurfaceToSurfaceCoordinatesFormat

AVL.SurfaceToSurfaceCoordinatesFormat

Converts a surface to a surface coordinates format.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void SurfaceToSurfaceCoordinatesFormat
(
	AvlNet.Surface inSurface,
	out AvlNet.SurfaceCoordinatesFormat outSurfaceCoordinatesFormat
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.Surface
outSurfaceCoordinatesFormatAvlNet.SurfaceCoordinatesFormat

See also