Skip to content

ACadSharp.Entities.IGeometricEntity

Albert Domenech edited this page Apr 6, 2025 · 3 revisions

IGeometricEntity Class

Objects with geometric properties that can be processed in a drawing.

Definition

Namespace: ACadSharp.Entities

C#

public interface IGeometricEntity

Methods

Returns Name Summary
Void ApplyTransform(CSMath.Transform) Apply a transform matrix to this entity.
BoundingBox GetBoundingBox Gets the bounding box aligned with the axis XYZ that occupies this entity.
Clone this wiki locally