BodyLink
#
- class ansys.speos.core.kernel.body.BodyLink(db, key)#
Bases:
ansys.speos.core.kernel.crud.CrudItem
Link object for a body in database.
- Parameters:
- db
ansys.speos.core.kernel.body.BodyStub
Database to link to.
- key
str
Key of the body in the database.
- db
- Parameters:
key (str)
Overview#
Import detail#
from ansys.speos.core.kernel.body import BodyLink
Method detail#
- BodyLink.__str__()#
Return the string representation of the body.
- BodyLink.get()#
Get the datamodel from database.
- Returns:
body.Body
Body datamodel.
- BodyLink.set(data)#
Change datamodel in database.
- Parameters:
- data
body.Body
New body datamodel.
- data
- BodyLink.delete()#
Remove datamodel from database.