LinkToObject#
- class ansys.stk.core.stkobjects.LinkToObject#
Class defining a link to an STK object.
Overview#
Binds to existing object instance using the specified object path. |
Return a name of linked object. |
|
Dereferences the link and returns the linked object. |
|
Return a list of available objects that can be linked to. |
|
Return true if the link references an intrinsic object, otherwise returns false. |
Import detail#
from ansys.stk.core.stkobjects import LinkToObject
Property detail#
- property LinkToObject.linked_object: ISTKObject#
Dereferences the link and returns the linked object.
Method detail#
- LinkToObject.bind_to_object(self, path: str) ISTKObject #
Binds to existing object instance using the specified object path.
- Parameters:
path :
str
- Returns:
ISTKObject