Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D Class / Mirror Method / Mirror(Plane,Solid3D) Method
The plane to use to mirror the entity
The Solid3D entity to mirror

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

    Parameters

    mirrorPlane
    The plane to use to mirror the entity
    solid
    The Solid3D entity to mirror

    Return Value

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