IWrappedItem#

class ansys.rocky.app.api_element_item.IWrappedItem#

Bases: ben10.interface.Interface

Interface for wrapped items.

Overview#

GetWrappedClass

rtype:

class

GetClassName

rtype:

unicode

GetChildrenClassesToIgnore

rtype:

list of classes

Import detail#

from ansys.rocky.app.api_element_item import IWrappedItem

Method detail#

classmethod IWrappedItem.GetWrappedClass() None#
Return type:

class

Returns:

The class that is wrapped by the object.

classmethod IWrappedItem.GetClassName() None#
Return type:

unicode

Returns:

The classname that is wrapped by the object.

classmethod IWrappedItem.GetChildrenClassesToIgnore() None#
Return type:

list of classes

Returns:

The children of wrapped class that should be ignored.