theing
New member
- Mar 5, 2014
- 18
hi everybody,
i'm facing an issue, the thing is that when drawing a point in CATIA, its symbols appears as a "X", and i would like to change it to any different symbol,for better visualization,
here a segment of the code i'm using,
selection1.Search "Type=Topology.Vertex,all"
SymbType = catDimSymbFilledCircle
selection1.SetSymbType 0, SymbType
i'm facing an issue, the thing is that when drawing a point in CATIA, its symbols appears as a "X", and i would like to change it to any different symbol,for better visualization,
here a segment of the code i'm using,
selection1.Search "Type=Topology.Vertex,all"
SymbType = catDimSymbFilledCircle
selection1.SetSymbType 0, SymbType