public interface MultiphysicsCouplingList extends ModelEntityList<MultiphysicsCoupling>, IListMove
| Modifier and Type | Method and Description |
|---|---|
MultiphysicsCoupling |
create(java.lang.String tag,
java.lang.String feature,
java.lang.String geom)
Creates a multiphysics coupling on a geometry.
|
MultiphysicsCoupling |
create(java.lang.String tag,
java.lang.String feature,
java.lang.String geom,
int dim)
Creates a multiphysics coupling on a geometry.
|
clear, copy, copy, copyTo, duplicate, duplicateTo, get, index, remove, size, tags, uniquetagactive, author, author, comments, comments, dateCreated, dateModified, docMarker, docMarker, help, help, icon, isactive, isActive, label, label, lastModifiedBy, model, model, name, name, resetAuthor, scope, tag, tag, timeCreated, timeModified, version, versiongetContainer, getDisplayStringMultiphysicsCoupling create(java.lang.String tag, java.lang.String feature, java.lang.String geom)
tag - Multiphysics coupling tag.feature - Multiphysics coupling identifier.geom - Geometry tag.MultiphysicsCoupling create(java.lang.String tag, java.lang.String feature, java.lang.String geom, int dim)
tag - Multiphysics coupling tag.feature - Multiphysics coupling identifier.geom - Geometry tag.dim - Geometric entity level to assign the feature to.