Extents3d.TransformBy Method

Description

Transform the eight corners of the current box by this matrix and compute the box that encloses the current box and those points.

Visual Basic

Public Function TransformBy(
    mat As Matrix3d
) As void

C#

public void TransformBy(
    Matrix3d mat
);

Parameters

Parameters Description
Matrix3d mat Input 3D transformation matrix

Links

Extents3d Structure, Autodesk.AutoCAD.DatabaseServices Namespace