MLightCAD
    Preparing search index...

    Transform applied to a reference overlay (from XATTACH INSERT).

    Position, uniform scale, and Z-axis rotation are applied to the overlay layout's internal scene object so the xref appears aligned with the host INSERT.

    interface AcApXrefTransform {
        position: AcGeVector3dLike;
        rotationRad: number;
        scale: number;
    }
    Index

    Properties

    position: AcGeVector3dLike

    Insertion point in world coordinates.

    rotationRad: number

    Rotation about the Z axis, in radians.

    scale: number

    Uniform scale factor applied on all axes.