Skip to content

ACadSharp.Objects.SpatialFilter.InverseInsertTransform

Albert Domenech edited this page Aug 13, 2025 · 1 revision

InverseInsertTransform Property

This matrix is the inverse of the original block reference (insert entity) transformation. The original block reference transformation is the one that is applied to all entities in the block when the block reference is regenerated.

Definition

Namespace: ACadSharp.Objects.SpatialFilter

C#

public Matrix4 InverseInsertTransform { get; set; }

Property Value

Matrix4

Clone this wiki locally