Transform the eight corners of the current box by this matrix and compute the box that encloses the current box and those points.
Public Function TransformBy(
mat As Matrix3d
) As void
public void TransformBy(
Matrix3d mat
);
| Parameters | Description |
|---|---|
| Matrix3d mat | Input 3D transformation matrix |
Extents3d Structure, Autodesk.AutoCAD.DatabaseServices Namespace