Change points properties
Change points properties
(OP)
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





RE: Change points properties
for a one shot, select your geometrical set, go to properties and change the look for points, this will affect all point in the geo set.
indocti discant et ament meminisse periti
RE: Change points properties