AbstractAssemblyChild#
- class AbstractAssemblyChild(element_id: ansys.api.modelcenter.v0.element_messages_pb2.ElementId, engine: ansys.modelcenter.workflow.grpc_modelcenter.engine.Engine)#
Bases: ansys.modelcenter.workflow.grpc_modelcenter.abstract_workflow_element.AbstractWorkflowElement
, ansys.modelcenter.workflow.api.IAssemblyChild
, abc.ABC
Defines an abstract base class for children of assemblies.
Overview#
Get the position of the assembly within the analysis view. |
Index of the assembly within its parent assembly. |
|
Parent assembly of the assembly. |
|
Control type of the item. |
Import detail#
from ansys.modelcenter.workflow.grpc_modelcenter.abstract_assembly_child import AbstractAssemblyChild
Property detail#
- property AbstractAssemblyChild.index_in_parent: int#
Index of the assembly within its parent assembly.