|
IAssemblyModel::GetAssemblyEntity
Description
This method allows you to get an assembly entity that relates to an entity from a part that is included in the assembly model.
Syntax
AssemblyEntity = GetAssemblyEntity( Entity, Instance );
Input: (ICimEntity) Entity
An entity from a part model which is included in the assembly file.
Input: (IAssInstance) Instance
An instance of a part model, from which you want to get a related assembly entity, in the assembly model.
Return: (ICimEntity) AssemblyEntity
An assembly entity that relates to an entity from a part.
|