public interface ConstrList extends ModelEntityList<Constr>
Modifier and Type | Method and Description |
---|---|
Constr |
create(java.lang.String tag,
int nglobal)
Creates a global constraint with the specified number of components.
|
Constr |
create(java.lang.String tag,
java.lang.String[] shtags)
Creates a constraint using shape functions.
|
clear, copy, copy, copyTo, duplicate, duplicateTo, get, index, remove, size, tags, uniquetag
active, 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, version
getContainer, getDisplayString
Constr create(java.lang.String tag, java.lang.String[] shtags)
tag
- Constraint tags.shtags
- Shape function tags.Constr create(java.lang.String tag, int nglobal)
tag
- Constraint feature tag.nglobal
- Number of components.