Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Change points properties 1

Status
Not open for further replies.

theing

New member
Joined
Mar 5, 2014
Messages
18
Location
MX
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

 
why don't you define a 3d standard in your catia env?

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.

Eric N.
indocti discant et ament meminisse periti
 
thanks for your answer itsmyjob, i am going to start working that way
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top