public interface ScalarFieldComponent extends FieldComponent
ModelComponent.NavpanelVisibility
Modifier and Type | Method and Description |
---|---|
double |
getValue(FemFieldPoint fp)
Returns the value of the this field at a specified FEM field point.
|
double |
getValue(MeshFieldPoint fp)
Returns the value of the this field at a specified mesh field point.
|
double |
getValue(Point3d pos)
Returns the value of the this field at a specified spatial position.
|
clearCacheIfNecessary
connectToHierarchy, disconnectFromHierarchy, getHardReferences, getName, getNavpanelVisibility, getNumber, getParent, getSoftReferences, hasState, isFixed, isMarked, isSelected, notifyParentOfChange, scan, setFixed, setMarked, setName, setNumber, setParent, setSelected, setWritable, updateReferences
getAllPropertyInfo, getProperty
getChildren, hasChildren
postscan
isWritable, write
double getValue(Point3d pos)
pos
- position at which value is requesteddouble getValue(FemFieldPoint fp)
fp
- point at which value is requesteddouble getValue(MeshFieldPoint fp)
fp
- point at which value is requested