Contents  
Functions  
Index
 
 PDF |
feplot feplot(FigHandle) feplot(model) feplot(model,def)Description

| mdl | Model data structure (see section 7.6) cf.mdl is a handle to the model contained in the feplot figure. The model must be defined before any plot is possible. It is initialized using the fecom InitModel command or using the method cf.model. |
| Stack | Model Stack entries are stored in cf.mdl.Stack, but can be more easily reached using cf.Stack{i} or cf.Stack{EntryName} or modified using cf.Stack{EntryType,EntryName}={EntryType,EntryName,EntryData}. |
| CStack | Case Stack entries are stored in the stack case (itself stored in cf.mdl.Stack). They can be more easily reached using cf.CStack{i} or cf.CStack{EntryName} or modified using cf.CStack{EntryType,EntryName}={EntryType,EntryName,EntryData}. |
| sel | Element selections describe which elements are displayed. The standard selection displays all elements of all groups. fecom Sel commands or cf.sel(i) let you define selections that only display some elements. See also the fecom SetObject commands. Color information is defined for each selection (see fecom color commands). cf.sel(i)= 'ElementSel' initializes a selection to use element selected by ElementSel. Note that you may want to declare color data simultaneously using cf.sel(i)= {'ElementSel','Colordata Command',Args}. cf.o(i)= {'ObjectSpec','PatchProperty',PatchValue} modifies the properties of object i in the current feplot axis. |
| sens | (obsolete) sensor selections describe sets of sensors. Sensor selections are used to display the response at measurement locations through stick or arrows. Initialized using the InitSens command or cf.sens(i) calls (see fecom).cf.sens(i)={sdof} initializes a sensor set (see fecom InitSens). |
| def | deformation sets describe deformations at a number of DOFs. Initialized using the InitDef command or cf.def(i) calls (see fecom). cf.def(i)={def,dof} is also accepted. cf.def(i)={def,dof,freq} where freq is a list of frequencies of poles automatically generates title labels for each deformation (see fecom InitDef). |
cf = feplot; % get sdth object handle cf.o(2) = 'sel 1 def 1 ch 3'or equivalently with fecom setobject commands. fecom show commands resets the object list of the current axis.
cf = feplot; % get sdth object handle cf.o(2) = 'sen 1 def 1 ch 3'The SDT currently supports stick sensors (object type 3) and arrows at the sensor tip (type 7). Other arrow types will eventually be supported.
| .def | one real or complex deformation per column. The fecom ch command allows a selection of which modes are shown. |
| .DOF | DOF definition vector giving the meaning of each row in the .def field (see mdof ). feplot currently only retains translation DOFs (DOFs 01 to 03 corresponding to u, v, w translations along global coordinate axes and DOFs 07 to 09 corresponding to -u, -v, -w translations). All undeclared translations are assumed to be zero. |
| .scale | the first row gives the DOF at which the maximum response is seen, the second row the value of this response. This information is used for automated scaling (see fecom scale commands) |
| .lab | label associated to each deformation (see fecom head commands). |
| .selelt | string used for element selection |
| .vert0 | position of vertices (nodes) in the undeformed configuration |
| .node | node numbers associated to the various vertices |
| .cna | array (as many as currently declared deformations) of sparse observation matrices giving the linear relation between deformation DOFs and translation DOFs at the selection nodes. The observation matrix gives all x translations followed by all y translations and all z translations. |
| .fs | face definitions for true surfaces (elements that are not represented by lines or points) |
| .f2 | face definitions for lines (if any) |
| .f1 | face definitions for points (if any) |
| .fvcs | FaceVertexCData for true surfaces (see fecom ColorData commands) |
| .fvc2 | FaceVertexCData for lines |
| .fvc1 | FaceVertexCData for points |
| .vert0 | position of vertices (nodes) in the undeformed configuration |
| .node | node numbers associated to the various vertices |
| .ntag | numerical tag identifying each sensor |
| .dir | direction associated with each sensor |
| .cta | array (as many as currently declared deformations) of sparse observation matrices giving the linear relation between deformation DOFs and measurements. |
| .opt | [Created] |
| .arrow | defines how the arrow is related to the measurement |