Click or drag to resize

DXFReaderNETControlTrim Method (ListEntityObject, EntityObject, Vector2)

Trims an entity.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool Trim(
	List<EntityObject> Boundaries,
	EntityObject Entity,
	Vector2 Position
)

Parameters

Boundaries
Type: System.Collections.GenericListEntityObject
Specifiy a list of boundary entities.
Entity
Type: DXFReaderNET.EntitiesEntityObject
The entity to trim.
Position
Type: DXFReaderNETVector2
The position of the point on the entity to trim.

Return Value

Type: Boolean
True if the entity is trimmed.
See Also