PCL Reference Manual > Finite Element Functions > Disassociate Action
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX''">   
Disassociate Action
This section is used to describe some of the functions used to disassociate the identifiers used to reference a selection of finite element model (FEM) nodes or elements.
  
fem_disassoc_geo
(nodes, elements, geo_list)
 
Description:
This function will disassociate the FEM entities from the list of geometry in the input value geo_list.
Input:
LOGICAL
nodes
This value specifies, when set to TRUE, to disassociate the nodes of the elements.
LOGICAL
elements
This value specifies, when set to TRUE, to disassociate the elements.
STRING
geo_list[VIRTUAL]
This value specifies the list of geometry to disassociate FEM from.
Output:
INTEGER
<Return Value>
This function returns a value of 0 when executed successfully and a non zero value to indicate a change in status or an error.
Error Conditions:
See the Status Messages for information on any error values returned by this function.
Example:
Please see fem_disassoc_geo (p. 782) in the PCL Reference Manual Examples.
  
fem_disassoc_ids
(option, fem_list)
Description:
This function will disassociate the FEM entities in the input value fem_list.
Input:
INTEGER
option
This value specifies an option to specify which FEM entities to disassociate.
STRING
fem_list[VIRTUAL]
This value specifies a list of FEM entities to disassociate.
Output:
INTEGER
<Return Value>
This function returns a value of 0 when executed successfully and a non zero value to indicate a change in status or an error.
Error Conditions:
See the Status Messages for information on any error values returned by this function.
Example:
Please see fem_disassoc_ids (p. 783) in the PCL Reference Manual Examples.