getnumnodes3d
Returns the number of nodes in a file.
Syntax
R = getnumnodes3d(filename)
Inputs
- filename
- Path of the file.
Outputs
- R
- Number of nodes.
Example
R = getnumnodes3d('tutorials/Comp-plate-1LC.h3d')
R = 417
Discover new features and enhancements.
Discover Compose, including its language support and system requirements.
The Compose tutorials and associated example model files help introduce you to the basic functionality of the software.
Learn about the features and functionality available in Compose.
Reference guides are available for functions and commands supported by OML, Tcl, and Python.
OpenMatrix is a mathematical scripting language.
The Reference Guide contains documentation for all functions supported in the OpenMatrix language.
Returns the index of a component for a given data type using the 3D CAE Readers. The function has two forms. Use the first form when there are no subcases and second form when there are multiple subcases.
Returns the valid components for a given data type using the 3D CAE Readers. The function has two forms. Use the first form when there are no subcases and second form when there are multiple subcases.
Returns the name of a component for a given data type using the 3D CAE Readers. The function has two forms. Use the first form when there are no subcases and second form when there are multiple subcases.
Returns the element index for a given file and element name.
Returns the valid elements for a given file using the 3D CAE Readers.
Returns the element name for a given file and element index.
Returns the index of a layer for a given data type using the 3D CAE Readers. The function has two forms. Use the first form when there are no subcases and second form when there are multiple subcases.
Returns the name of a layer for a given data type using the 3D CAE Readers. The function has two forms. Use the first form when there are no subcases and second form when there are multiple subcases.
Returns the valid layers for a given data type using the 3D CAE Readers. The function has two forms. Use the first form when there are no subcases and second form when there are multiple subcases.
Returns the node index for a given file and node name.
Returns the valid nodes for a given file using the 3D CAE Readers.
Returns the node name for a given file and node index.
Returns the number of components within a given data type. The function has two forms. Use the first form when there is zero or at most one subcase and the second form when there are multiple subcases.
Returns the number of elements in a file.
Returns the number of layers within a given data type. The function has two forms. Use the first form when there is zero or at most one subcase and the second form when there are multiple subcases.
Returns the number of nodes in a file.
Returns the number of subcases in a file.
Returns the number of data types in a file. By default the first subcase is used.
Returns the subcase index for a given file and subcase name.
Returns the valid subcases for a given file using the 3D CAE Readers.
Returns the subcase name for a given file and subcase index.
Returns a list of time steps in a file using the 3D CAE Readers. By default, the first subcase is used.
Return the index of a datatype in a data file using the 3D CAE Readers. The function has two forms. Use the first form when there are no subcases and second form when there are multiple subcases.
Returns a list of data types in a file using the 3D CAE Readers. By default, the first subcase is used.
Gets the name of a data type from its index using the 3D CAE Readers. The function has two forms. Use the first form when there are no subcases and second form when there are multiple subcases.
Reads data from a given file using the 3D CAE Readers. readcae3d uses the CAE readers provided with Compose that require access to model information, such as corner data, averaging method, layer and coordinate system.
The data read through readcae3d , and meta data read through readcae3d, gettypename3d,gettypelist3d, gettypeindex3d,getcompname3d, getcomplist3d and getcompindex3d is not necessarily auto-released from memory when the vectors they were assigned to are emptied. They can be released explicitly though as shown below.
Get help for the optional libraries that are available in the Extension Manager.
You've got questions? We've got answers!
Reference guides are available for functions and commands supported by OML, Tcl, and Python.
The Reference Guide contains documentation for all functions supported in the OpenMatrix language.
Returns the number of nodes in a file.
Returns the number of nodes in a file.
R = getnumnodes3d(filename)
R = getnumnodes3d('tutorials/Comp-plate-1LC.h3d')
R = 417
© 2023 Altair Engineering, Inc. All Rights Reserved.
Intellectual Property Rights Notice | Technical Support | Cookie Consent