Search found 2 matches

hatch

Hello! I try to change the Hatch type of a collection of hatched surface using this code: Sub ModHatchProp() Dim objHatch As IntelliCAD.Hatch Dim SelSet As SelectionSet Dim i As Integer Dim message As String Set SelSet = ThisDocument.SelectionSets.Add("OldHatch") SelSet.SelectOnScreen For ...

VBA, entity selection

Hello ! I have drawing with a set of closed polylines and within each of this closed polylines a text string. I've already wrote sub for text string selection and then, I'd like to be able to select automatically the polyline which enclose this text, so I could then hatch the polylines corresponding...

Go to advanced search