public interface VectorFieldComponent<T extends VectorObject<T>> extends FieldComponent
T
, where T
is an instance of VectorObject
.ModelComponent.NavpanelVisibility
Modifier and Type | Method and Description |
---|---|
T |
getValue(FemFieldPoint fp)
Returns the value of the this field at a specified FEM field point.
|
T |
getValue(MeshFieldPoint fp)
Returns the value of the this field at a specified mesh field point.
|
T |
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
T getValue(Point3d pos)
pos
- position at which value is requestedT getValue(FemFieldPoint fp)
fp
- point at which value is requestedT getValue(MeshFieldPoint fp)
fp
- point at which value is requested