ObjsToDrape.add


add(objType, [names])

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"

objTypestringName of an object type, such as "point", or "line" "Point", "Line", "Element", etc
namesstringName(s)/ID(s) of objects or attributes. Examples are ""bob"", "Structural Support 2", "3", "1T5"
objobjectAn object to act on. Typically another ObjectSet object, or any other object derived from DatabaseMember
arrayarrayAn array of objects derived from DatabaseMember
filterTypestringRestricts operation of this function to only objects of the type given
filterNamesstringRestricts operation of this function to only those objects whose names/IDs are given
attrTypestring "Loading", "Support", "Material", etc
masterSlaveboolean"Master"/true or "Slave"/false
eleTypestringName of a LUSAS element, e.g. "QTS4"
stressModelstringName of a LUSAS stress model e.g. "Thick Shell"
Return valuePointer to this objectAllows multiple function calls to be chained together

Back to ObjsToDrape

Back to Overview