add(obj, [filterType], [filterNames])
add(array, [filterType], [filterNames])
add(attrType, [names], [filterType], [filterNames])
add(attrType, names, masterSlave, [filterType], [filterNames])
add(eleType, [filterType], [filterNames])
add(stressModel, [filterType], [filterNames])
Adds the specified objects to this set. see "add"
objType | string | Name of an object type, such as "point", or "line" "Point", "Line", "Element", etc |
names | string | Name(s)/ID(s) of objects or attributes. Examples are ""bob"", "Structural Support 2", "3", "1T5" |
obj | object | An object to act on. Typically another ObjectSet object, or any other object derived from DatabaseMember |
array | array | An array of objects derived from DatabaseMember |
filterType | string | Restricts operation of this function to only objects of the type given |
filterNames | string | Restricts operation of this function to only those objects whose names/IDs are given |
attrType | string | "Loading", "Support", "Material", etc |
masterSlave | boolean | "Master"/true or "Slave"/false |
eleType | string | Name of a LUSAS element, e.g. "QTS4" |
stressModel | string | Name of a LUSAS stress model e.g. "Thick Shell" |
Return value | Pointer to this object | Allows multiple function calls to be chained together |
Back to ObjsToDrape
Back to Overview