DynamicLinkComponentModel#
- class ansys.edb.core.definition.component_model.DynamicLinkComponentModel(msg)#
Represents a dynamic link component model.
Methods
Cast the component model object to the correct concrete type.
Create a dynamic link component model.
Find a component model by ID in a given component def.
Find a component model by name in a given component def.
Attributes
int
: The id of the component model.ComponentModelType
: The type of the component model.str
: Name of the design associated with the dynamic link component model.int
: Unique ID of the EDB object.bool
: Flag indicating if the object exists in the database.EDBObjMessage
: Protobuf message that represents the object's ID.str
: The name of the component model.str
: Name of the reference file associated with the component model.