IntelliCAD 11.1 Object Library
CreateMirrorMatrix Method
See Also 
MirrorX

Boolean value:

TRUE = The object should be mirrored along the x-axis.

FALSE = The object should not be mirrored along the x-axis.

MirrorY

Boolean value:

TRUE = The object should be mirrored along the y-axis.

FALSE = The object should not be mirrored along the y-axis.

MirrorZ

Boolean value:

TRUE = The object should be mirrored along the z-axis.

FALSE = The object should not be mirrored along the z-axis.

Library Object : CreateMirrorMatrix Method

Description

Returns the resulting matrix object with a reflection along the x, y, or z.

Syntax

Visual Basic
Public Function CreateMirrorMatrix( _
   Optional ByVal MirrorX As Boolean = False, _
   Optional ByVal MirrorY As Boolean = False, _
   Optional ByVal MirrorZ As Boolean = False _
) As Matrix

Parameters

MirrorX

Boolean value:

TRUE = The object should be mirrored along the x-axis.

FALSE = The object should not be mirrored along the x-axis.

MirrorY

Boolean value:

TRUE = The object should be mirrored along the y-axis.

FALSE = The object should not be mirrored along the y-axis.

MirrorZ

Boolean value:

TRUE = The object should be mirrored along the z-axis.

FALSE = The object should not be mirrored along the z-axis.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.