How do I change "Source Bodies" property in Imported Temperature Load?

Ayush Kumar
Ayush Kumar Member, Moderator, Employee Posts: 454
100 Answers 250 Likes 100 Comments Second Anniversary
✭✭✭✭
edited June 2023 in Structures

How do I change "Source Bodies" property in Imported Temperature Load? enter image description here

Tagged:

Answers

  • Ayush Kumar
    Ayush Kumar Member, Moderator, Employee Posts: 454
    100 Answers 250 Likes 100 Comments Second Anniversary
    ✭✭✭✭
    Answer ✓
    # Set "Source Bodies" to "All"
    load.PropertyByName("PROPID_SourceBodies").InternalValue = 0 
    # Set "Source Bodies" to "Manual"
    load.PropertyByName("PROPID_SourceBodies").InternalValue = 1
    # Set "Source Bodies" to "Automatic"
    load.PropertyByName("PROPID_SourceBodies").InternalValue = 2