Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / Mirror Method / Mirror(Int32,Solid3D) Method
The face index of the Solid3D in input needed to get the mirror plane
The Solid3D entity to mirror

In This Topic
    Mirror(Int32,Solid3D) Method
    In This Topic
    Create a mirror entity from the input Solid3D by the plane provided.
    Syntax
    'Declaration
     
    Public Overloads Shared Function Mirror( _
       ByVal planarFaceIndex As Integer, _
       ByVal solid As Solid3D _
    ) As Solid3D()
    public static Solid3D[] Mirror( 
       int planarFaceIndex,
       Solid3D solid
    )

    Parameters

    planarFaceIndex
    The face index of the Solid3D in input needed to get the mirror plane
    solid
    The Solid3D entity to mirror

    Return Value

    The resulting Solid3D union between the original input Solid3D and the mirrored one.
    See Also