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

AVS.MirrorPoint3DGrid Method

Mirrors each grid point according to the input plane.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void MirrorPoint3DGrid
(
	AvlNet.Point3DGrid inGrid,
	AvlNet.Plane3D inPlane,
	AvlNet.Point3DGrid outGrid,
	NullableRef<AvlNet.Matrix> outTransform
)

Parameters

Name Type Range Default Description
inGridAvlNet.Point3DGrid
inPlaneAvlNet.Plane3DThe plane being a mirror.
outGridAvlNet.Point3DGrid
outTransformAvlNet.NullableRef<AvlNet.Matrix>Matrix of the transform used to mirror the input grid. Can be null to skip this parameter calculation.

Function Overrides

See also