MLightCAD
    Preparing search index...

    Preview jig that applies AcDbEntity.subMoveGripPointsAt on a clone while the user drags a grip handle.

    Hierarchy (View Summary)

    Index

    Constructors

    Accessors

    Methods

    Constructors

    Accessors

    Methods

    • Update the preview entity based on incremental input.

      This method replaces the older updatePoint() and now accepts any type T, enabling use for point, distance, angle, or custom parameter updates.

      This function performs the conceptual role of AutoCAD’s sampler(): the editor triggers this method whenever the user’s input changes.

      If the preview entity implements:

      onJigUpdate(value: T)
      

      then it will be invoked here to recompute geometry.

      Parameters

      • point: AcGeVector3dLike

        Incremental value of type T describing new jig input. Examples: - world point - radius/distance - angle in radians

      Returns void