Search the documentation
Enter at least 2 characters
Enter at least 2 characters
![]() |
CAE Fidesys 9.0 Documentation |
The following Python functions and entitys provide capability to query and modify CAE Fidesys models.
CubitInterface - CAE Fidesys
model query and modify functions.
Entity - The base
class of all the geometry and mesh types.
GeomEntity - The
base class for specifically the Geometry types (Body, Surface, etc.).
Body - Defines a body
entity that mostly parallels Cubit's Body class.
Volume - Defines a volume
entity that mostly parallels Cubit's RefVolume class
Surface - Defines a
surface entity that mostly parallels Cubit's RefFace class.
Curve - Defines a curve
entity that mostly parallels Cubit's RefEdge class.
Vertex - Defines a vertex
entity that mostly parallels Cubit's RefVertex class.
CubitFailureException
- An exception class to alert the caller when the underlying CAE Fidesys
function fails.
InvalidEntityException
- An exception class to alert the caller that an invalid entity was attempted
to be used.
InvalidInputException
- An exception class to alert the caller of a function that invalid inputs
were entered.
MeshImport - Mesh import interface.