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

In This Topic
    Mirror(Face,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 planarFace As Solid3D.Face, _
       ByVal solid As Solid3D _
    ) As Solid3D()
    public static Solid3D[] Mirror( 
       Solid3D.Face planarFace,
       Solid3D solid
    )

    Parameters

    planarFace
    The face of the Solid3D in input to use 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