Author Topic: test (dh42)  (Read 2444 times)

Offline pixelmaker

  • CNC Jedi
  • *****
  • Posts: 1983
    • View Profile
    • pixelmaker
test
« on: December 12, 2024, 12:56:01 pm »
test for Lloydsp, who wrote under cnczone.com that he can't post in the forum

Eh... Something's broken on the site again. I cannot post a reply to anything, this morning.
L

Offline pixelmaker

  • CNC Jedi
  • *****
  • Posts: 1983
    • View Profile
    • pixelmaker
test
« Reply #1 on: December 12, 2024, 12:57:01 pm »
test for Lloydsp, who wrote under cnczone.com that he can't post in the forum

Eh... Something's broken on the site again. I cannot post a reply to anything, this morning.
L

Offline pixelmaker

  • CNC Jedi
  • *****
  • Posts: 1983
    • View Profile
    • pixelmaker
test
« Reply #2 on: December 12, 2024, 12:57:46 pm »
testpost

Offline specktech

  • Ewok
  • *
  • Posts: 1
    • View Profile
CamBam is absolutely amazing
« Reply #3 on: January 14, 2025, 13:48:07 pm »
Thank you for getting the web pages for CamBam working again. CamBam is a gold mine of amazing articles, plugins, and information. Thanks Andy and all the other contributors.

Offline Dragonfly

  • CNC Jedi
  • *****
  • Posts: 2666
    • View Profile
Need help implementing this in Python
« Reply #4 on: January 14, 2025, 17:45:13 pm »
Can someone tell me how to implement the same actions from the VBS example but in Python. The lines colored in Red. Exhausted all ideas I had but no success.
Note: in VB the script works but I need a Python script to work with CB for Linux.

view.SelectAllVisibleGeometry()

    dim newselection as ArrayList = new ArrayList()

    for each ent in view.SelectedEntities
 ........................

    view.Select(newselection.ToArray(GetType(Entity)))   

    view.RefreshView()
----------------------
Hope the forum will hold on for a while  ???

Offline Dragonfly

  • CNC Jedi
  • *****
  • Posts: 2666
    • View Profile
Need help to convert rom VB to Python
« Reply #5 on: January 14, 2025, 17:47:36 pm »
Can someone tell me how to implement the same actions from the VBS example but in Python. The lines colored in Red. Exhausted all ideas I had but no success.
Note: in VB the script works but I need a Python script to work with CB for Linux.

view.SelectAllVisibleGeometry()

    dim newselection as ArrayList = new ArrayList()

    for each ent in view.SelectedEntities
 ........................

    view.Select(newselection.ToArray(GetType(Entity)))   

    view.RefreshView()
----------------------
Hope the forum will hold on for a while  ???