hexagon logo

Changing colours of custom probe builder imported CAD models.

Does anyone know if there is a way to change the colour of imported CAD geometry in the custom probe builder (or after the .draw files have been made)?

I have played with the colour options in the usrprobe.dat file however it does not seem to apply to the custom .draw files.

I have also tried to rename the .draw as a .CAD and used the CAD levels/assembly tools to try and change colours in the this area of PC-DMIS. Not sure if it is possible or if I am missing something.

I know this is more of a nice to have ability, but sometimes it is difficult to distinquish the active tip on custom probes etc.

Parents Reply
  • PROBE.DAT file, definition of the PH9

    [code]

    ITEM:PROBEPH9 ARM
    comment THE FOLLOWING 6 face CREATE THE BOX OF THE PH9
    solid 6
    color 30 30 30
    face 4 -30 30 0 30 30 0 30 -30 0 -30 -30 0
    face 4 30 30 0 30 30 -60 30 -30 -60 30 -30 0
    face 4 -30 30 0 -30 -30 0 -30 -30 -60 -30 30 -60
    face 4 30 30 -60 -30 30 -60 -30 -30 -60 30 -30 -60
    face 4 -30 30 0 -30 30 -60 30 30 -60 30 30 0
    face 4 -30 -30 0 30 -30 0 30 -30 -60 -30 -30 -60
    comment THE FOLLOWING CREATE THE LED
    ring 0 -30 -30 0 1 0 20 4
    ribcount 10
    color 255 0 0
    cutsphere 0 -30 -30 0 1 0 4 0 -10000
    comment THE FOLLOWING STARTS THE ROTATING SPHERE
    autojoint 0 0 -77 0 0 1 0 7.5 -180 180 b angle
    color 30 30 30
    ribcount 10
    cutsphere 0 0 0 0 0 1 50 18 -10000
    autojoint 0 0 0 -1 0 0 0 7.5 0 105 a angle
    color 142 142 142
    ribcount 10
    cylinder -22 0 0 -25 0 0 13
    connect -25 0 0 1 0 0 M8

    [/code]

    COLOR command is the RGB that the item will be.

Children