Hello, I am working on a code to create a rectangular pattern on a user selected surface.
Currently the code allows the user to pick a face/surface and creates the geometry for the Center of Gravity i.e. the point.
I want to use this point to create a rectangular pattern using this point and a...
I am trying to search a geometric set in the geometric tree I created. Below is the code I have
sPrefix = InputBox("String for prefix", "input", "prefix") ''Ask for Input from the User
HBody.Name = "Route" & CStr(sPrefix) '''Rename the geometric set based on user input
Set seltest =...