Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Do While Nom = False
namer = Inputbox("First, please make sure that you activated the DSE licence for CATIA (Tools/Option/General/Shareable Products), then, Please enter the EXACT name of the Point Cloud you want to divide.")
oSelection.Search "Name=" & namer
If (oSelection.count = 0) then
x=msgbox("The Entity you are looking for does not exist" ,48, "Wrong Input")
Nom = False
oSelection.Clear
Else
Nom = True
oSelection.Clear
End If
Loop