MathHelperCoincidentEntities Method
|
Finds the coincident entities of a drawing.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public static List<EntityObject> CoincidentEntities()
Public Shared Function CoincidentEntities As List(Of EntityObject)
public:
static List<EntityObject^>^ CoincidentEntities()
static member CoincidentEntities : unit -> List<EntityObject>
STATIC METHOD CoincidentEntities() AS List<EntityObject>
Return Value
Type:
ListEntityObjectA list of coincident entities.
See Also