Share

Matrix3d.Mirroring(Line3d) Method

Description

Returns the matrix of mirroring with respect to line.

Visual Basic

Public static Function Mirroring(
    line As Line3d
) As Matrix3d

C#

public static Matrix3d Mirroring(
    Line3d line
);

Parameters

Parameters Description
Line3d line Input line of symmetry

Links

Matrix3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?