Sub Example_HatchAreas()
Dim oSset As AcadSelectionSet
Dim oHatch As IAcadHatch2
Set oSset = ThisDrawing.SelectionSets.Add("TEST_SSET1")
oSset.SelectOnScreen
For Each oHatch In oSset
Debug.Print oHatch.Area
Next
End Sub
Moldflow 2013 using Design Link 2014 that is free*
11 hours ago




