hexagon logo

How to delete atire wheel/road using cmd-script

Is there a possibility to delete atire wheel_tire/road elements unsing CMD-script? I can only find the comands to create and modifiy atire objects but no comand to delete those objects.
Parents
  • I prefer the command
    entity delete entity= <List of valid ADAMS objects>
     
    In some cases you need to put it in an undo like
    undo begin
    entity delete entity= <List of valid ADAMS objects>
    undo end
    (this is especially helpful when deleting stuff that's dependent on each other)
     
    When you describe "the road is still there but would not work anymore": What did you want to do ?
    I mean, if you delete tires and road, you didn't seriously expected the model to still work, did you ?
     
Reply
  • I prefer the command
    entity delete entity= <List of valid ADAMS objects>
     
    In some cases you need to put it in an undo like
    undo begin
    entity delete entity= <List of valid ADAMS objects>
    undo end
    (this is especially helpful when deleting stuff that's dependent on each other)
     
    When you describe "the road is still there but would not work anymore": What did you want to do ?
    I mean, if you delete tires and road, you didn't seriously expected the model to still work, did you ?
     
Children
No Data