|
|
__init__(self,
BlockConnectivity=None,
MetaBlockConnection=None,
*args,
**kw_args)
Initialises a new 'DynamicsMetaBlockConnectivity' instance. |
|
|
|
|
| addBlockConnectivity(self,
*BlockConnectivity) |
|
|
|
|
| addMetaBlockConnection(self,
*MetaBlockConnection) |
|
|
|
|
| getBlockConnectivity(self) |
|
|
|
|
| getMetaBlockConnection(self) |
|
|
|
|
| removeBlockConnectivity(self,
*BlockConnectivity) |
|
|
|
|
| removeMetaBlockConnection(self,
*MetaBlockConnection) |
|
|
|
|
| setBlockConnectivity(self,
value) |
|
|
|
|
| setMetaBlockConnection(self,
value) |
|
|
|
Inherited from Core.CoreIdentifiedObject'.CoreIdentifiedObject:
getModelingAuthoritySet,
setModelingAuthoritySet
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|