Package com.comsol.model
Interface GeomMeshFeature
-
- All Superinterfaces:
ModelEntity,PrimitiveModelEntity,PropFeature,SelectionContainer,SelectionEntity
- All Known Subinterfaces:
GeomDefeature,GeomFeature,GeomProblemFeature,GeomSubsequenceCallFeature,MeshFeature,MeshProblemFeature,WorkPlaneFeature
public interface GeomMeshFeature extends PropFeature
Base interface for geometries and meshes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]errors()Return error information.booleanhasError()Checks if feature has error.booleanhasProblem()Checks if feature has problem.booleanhasWarning()Checks if feature has warning.voidimportData()Update the output geometry objects of this feature or the mesh to account for the following external changes:
1.booleanisBuilt()Checks if the feature has been built (possibly with a warning).java.lang.Stringmessage()Returns message.java.lang.String[]problems()Return error and warning information.java.lang.Stringstatus()Returns feature status as string.java.lang.String[]warnings()Return warning information.-
Methods inherited from interface com.comsol.model.ModelEntity
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
-
Methods inherited from interface com.comsol.model.PrimitiveModelEntity
getContainer, getDisplayString, resolveModelPath
-
Methods inherited from interface com.comsol.model.PropFeature
getAllowedPropertyValues, getBoolean, getBoolean, getBoolean, getBooleanArray, getBooleanMatrix, getDouble, getDouble, getDouble, getDoubleArray, getDoubleMatrix, getEntryKeyIndex, getEntryKeys, getInt, getInt, getInt, getIntArray, getIntMatrix, getReferenceArray, getString, getString, getString, getString, getStringArray, getStringMatrix, getType, getValueType, hasProperty, hasSelection, move, move, properties, remove, remove, selection, set, set, set, set, set, set, set, set, set, set, set, set, setEntry, setEntry, setEntry, setEntry, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex, setIndex
-
Methods inherited from interface com.comsol.model.SelectionEntity
selection
-
-
-
-
Method Detail
-
errors
java.lang.String[] errors()
Return error information.- Returns:
- Array with error tags.
-
hasError
boolean hasError()
Checks if feature has error.- Returns:
trueif feature has error.
-
hasProblem
boolean hasProblem()
Checks if feature has problem.- Returns:
trueif feature has problem.
-
hasWarning
boolean hasWarning()
Checks if feature has warning.- Returns:
trueif feature has warning.
-
importData
void importData()
Update the output geometry objects of this feature or the mesh to account for the following external changes:
1. Import geometry data from a file, a LiveLink, or another sequence.
2. Update geometry after changes in functions.
3. Update a deformed configuration from a solution dataset.
4. Import a mesh from a file or another sequence.
-
isBuilt
boolean isBuilt()
Checks if the feature has been built (possibly with a warning).- Returns:
trueif built.
-
message
java.lang.String message()
Returns message.- Returns:
- Message.
-
problems
java.lang.String[] problems()
Return error and warning information.- Returns:
- Array with problem tags.
-
status
java.lang.String status()
Returns feature status as string.- Returns:
- Feature status.
-
warnings
java.lang.String[] warnings()
Return warning information.- Returns:
- Array with warning tags.
-
-