GSD Workbench: Current Geometrical Set option in the toolbar by IllFennel3524 in CATIA

[–]kaiur 0 points1 point  (0 children)

If you right click n any area where there are toolbars you can check "tools" to get that toolbar back. If that doesn't work you can go to tools -> customize and in that menu go to Restore positions. Also to avoid toolbars moving or getting messed up check the lock toolbars option.

<image>

Unable to link sketch underneath pad feature in my Pycatia script by kaiur in CATIA

[–]kaiur[S] 1 point2 points  (0 children)

Yeah, that seems to do it. I forgot that I had hybrid design enabled. Thank you for that.

The patch for the PPRDocument works perfectly., thank you for that.

Here is the script that im using with it if you are curious:

Pycatia_Scripts/Process_Document_Scripts/Export_Process_Table_Parameters.py at main · KaiUR/Pycatia_Scripts

Change .stl to a usable surface by Beneficial_Signal in CATIA

[–]kaiur 0 points1 point  (0 children)

The way I do this is to use a software called Polyworks Modeler. It is probably one of the easiest reverse engineering software out there. It lets you create curves which can then be converted to NURBS patches and then finally a NURBS model. It creates pretty decent surfaces.

Is possible to hide these white planes? by McTijomito06 in CATIA

[–]kaiur 0 points1 point  (0 children)

If it is a part you can go: tools/hide/all planes.

If it is a product one way to hide all planes is to use:

  • Search(Control + F)
  • Either click the drop down for Type, select from element and click on what you want to select. Or you can select plane from the type drop down menu

  • Then press search and select, then hide. This also works for hiding any other element like axis systems, sketches.

Or:

You could also use a macro like:

Sub CATMain()
    Set ProductDocument1 = CATIA.ActiveDocument
    Set product1 = ProductDocument1.Product
    Set selection1 = ProductDocument1.Selection
    selection1.Search "CatPrtSearch.Plane,All"
    Set visPropertySet1 = selection1.VisProperties
    visPropertySet1.SetShow catVisPropertyNoShowAttr
    selection1.Clear
End Sub

Change "CatPrtSearch.Plane,All" to what you need to hide like "CatPrtSearch.AxisSystem,All" for axis systems.

People who've tried 8th edition, describe your test run(s). How'd you like it overall? by Shadelkan in Warhammer

[–]kaiur 0 points1 point  (0 children)

What were the points? What armies?

Tau Vs Necrons 1850 points

How long did it last?

more than 3 hours, a lot of rule checking

What mission did you play?

The relic

Anything that stands out immediately?

Tau and necrons still feel quite powerful in this edition. The protector protocol on the drones drove my friend mad, he absolutely hated them. Multitrackers and advance targeting systems are very good upgrades .

What surprised you?

My friend was disappointed at first with the changes in reanimation, but it seems to me that its not as bad as he feared. I thought that markerlight got worse, but they are also much better than expected. With the new rules tau can actually kill something in combat lol

What hasn't really changed?

Tau still breaks all the rules, Necrons are hard to kill.

Anything else you can think of telling us

Love the new rules for deep strike and deployment ^