i need to construct a line normal to a vector, so i can calculate a unitary vector to a certain face.
i am using the command addnewlinenormal but i have to do it for a whole set of faces.
Set objsel = CATIA.ActiveDocument.Selection
objsel.Clear
objsel.Search "Type=Topology.Face,all"
X =...