4.8.5. Properties
[4.8. Meshes]

Properties can be specified for the mesh, the elements, or the nodes. These properties are created using the methodology described in 4.7. The properties group must be opened to read or write property data. The following functions are used to open the property groups associated with a mesh. When it is no longer needed, the property group must be closed using xfCloseGroup.

C/C++
int xfGetMeshPropertyGroup(xid MeshGroupId, xid *PropGroupId);
int xfGetMeshElementPropertyGroup(xid MeshGroupId, xid *PropGroupId);
int xfGetMeshNodePropertyGroup(xid MeshGroupId, xid *PropGroupId);
FORTRAN
SUBROUTINE  XF_GET_MESH_PROPERY_GROUP(MeshGroupId, PropGroupId, Error)
INTEGER(XID), INTENT(IN) :: MeshGroupId
INTEGER(XID), INTENT(OUT) :: PropGroupId
INTEGER, INTENT(OUT)     :: Error
 
SUBROUTINE  XF_GET_MESH_ELEM_PROP_GRP (MeshGroupId, PropGroupId, Error)
INTEGER(XID), INTENT(IN) :: MeshGroupId
INTEGER(XID), INTENT(OUT) :: PropGroupId
INTEGER, INTENT(OUT)     :: Error
 
SUBROUTINE  XF_GET_MESH_NODE_PROPERTY_GROUP(MeshGroupId, PropGroupId, Error)
INTEGER(XID), INTENT(IN) :: MeshGroupId
INTEGER(XID), INTENT(OUT) :: PropGroupId
INTEGER, INTENT(OUT)     :: Error

Generated on Wed Jun 2 11:55:32 2010 for XMDF by  doxygen 1.5.6