imat_fem | Create a default IMAT_FEM object |
imat_cs | Create an IMAT_CS coordinate system object. |
imat_node | Create an IMAT_NODE node object. |
imat_elem | Create an IMAT_ELEM element object. |
imat_tl | Create an IMAT_TL traceline object. |
imat_cs/add
imat_node/add imat_elem/add imat_tl/add |
Add coordinate systems. |
imat_cs/keep
imat_node/keep imat_elem/keep imat_tl/keep |
Keep entities. |
imat_cs/remove
|
Remove entities. |
imat_fem/plus imat_cs/plus imat_node/plus imat_elem/plus imat_tl/plus |
Add (concatenate) entities. |
imat_fem/minus imat_cs/minus imat_node/minus imat_elem/minus imat_tl/minus |
Subtract one entity from another. |
imat_fem/and imat_cs/and imat_node/and imat_elem/and imat_tl/and |
Boolean AND. |
imat_fem/or imat_cs/or imat_node/or imat_elem/or imat_tl/or |
Boolean OR. |
imat_elem/elemtype_f2i | Return I-deas element type for given Femap element type and topology. |
imat_elem/elemtype_f2n | Return NASTRAN element type for given Femap element type. |
imat_elem/elemtype_n2f | Return Femap element type for given NASTRAN element type. |
imat_elem/elemtype_i2n | Return NASTRAN element type for given I-deas element type. |
imat_elem/elemtype_n2i | Return I-deas element type for given NASTRAN element type. |
imat_elem/convertDegenerateToLinear | Convert degenerate elements to linear |
imat_fem/renumber | Renumber an IMAT_FEM using the supplied increments |
imat_tl/to_2node | Convert traceline into 2-node tracelines |
imat_tl/to_elem | Convert tracelines into imat_elem |
imat_fem/cat | Concatenate multiple IMAT_FEM objects into a single one |
imat_fem/chgunits | Convert an IMAT_FEM to a different system of units |
imat_fem/partition | Partition an IMAT_FEM to the supplied DOF list |
imat_fem/plotcs | Display IMAT_FEM coordinate systems |
imat_fem/vtkplotcs | Display IMAT_FEM coordinate systems using VTK |
imat_fem/validate | Validates an IMAT_FEM object |
imat_fem/labelnodes | Display node labels on FEM geometry |
imat_fem/plot | Plot an IMAT_FEM in 3D space |
imat_fem/xform | Coordinate transform node coordinates |