Intersection extent flags used by AcDbEntity.intersectWith.

Numeric values match ObjectARX AcDb::Intersect. The flags only affect how intersections are computed; they do not modify either entity.

Enumeration Members

ExtendArg: 2

Treat the other entity as extended when its primitives allow it.

ExtendBoth: 3

Extend both operands when their primitives allow it.

ExtendThis: 1

Treat this entity as extended when its primitives allow it.

OnBothOperands: 0

Keep both operands at their stored extents.