public interface PhysicsFeatureList extends ModelEntityList<PhysicsFeature>, IListMove
Modifier and Type | Method and Description |
---|---|
PhysicsFeature |
create(java.lang.String tag,
java.lang.String feature)
Creates a physics feature.
|
PhysicsFeature |
create(java.lang.String tag,
java.lang.String feature,
int dim)
Creates a physics feature.
|
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
PhysicsFeature create(java.lang.String tag, java.lang.String feature)
tag
- The feature tag.feature
- The feature type identifier.PhysicsFeature create(java.lang.String tag, java.lang.String feature, int dim)
tag
- The feature tag.feature
- The feature type identifier.dim
- The geometric entity level to assign the feature to.