Package com.comsol.model
Interface GeomDefeature
-
- All Superinterfaces:
GeomFeature,GeomMeshFeature,IPlotAndImageExport,ModelEntity,PrimitiveModelEntity,PropFeature,SelectionContainer,SelectionEntity
public interface GeomDefeature extends GeomFeature
Geometry defeaturing.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeomFeaturedelete(java.lang.String tag)The propertydeleteof the created feature is set to selected.GeomFeaturedeleteAll(java.lang.String tag)The propertydeleteof the created feature is set toAll.voidlocalState(boolean enable)Enable or disable the local state used byDetectInterferences.-
Methods inherited from interface com.comsol.model.GeomFeature
create, detail, edgeDelete, edgeNew, endVertexDisconnect, feature, feature, find, geom, getAttribute, importData, importToTable, objectNames, outputSelection, problem, problem, receiveData, receiveDataNext, requestData, requestDataAppend, selection, setAttribute, startVertexDisconnect, updateCadParamTable, vertexDelete, vertexNew, vertexSnap
-
Methods inherited from interface com.comsol.model.GeomMeshFeature
errors, hasError, hasProblem, hasWarning, isBuilt, message, problems, status, warnings
-
Methods inherited from interface com.comsol.model.IPlotAndImageExport
image
-
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, 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
-
delete
GeomFeature delete(java.lang.String tag)
The propertydeleteof the created feature is set to selected.- Parameters:
tag- Defeaturing feature tag.- Returns:
- Geometry feature.
-
deleteAll
GeomFeature deleteAll(java.lang.String tag)
The propertydeleteof the created feature is set toAll.- Parameters:
tag- Defeaturing feature tag.- Returns:
- Geometry feature.
-
localState
void localState(boolean enable)
Enable or disable the local state used byDetectInterferences.- Parameters:
enable- True to enable the local state.
-
-