You are here: Start » AVL.NET » AVS.TranslateSurface Method

AVS.TranslateSurface Method

Translates a surface by a vector.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TranslateSurface
(
	AvlNet.Surface inSurface,
	AvlNet.Vector3D inDelta,
	bool inInverse,
	AvlNet.Surface outSurface
)

Parameters

Name Type Range Default Description
inSurfaceAvlNet.SurfaceInput surface.
inDeltaAvlNet.Vector3DTranslation vector.
inInverseboolSwitches to the inverse operation.
outSurfaceAvlNet.SurfaceTranslated surface.

See also