Itasca C++ Interface
Loading...
Searching...
No Matches
ibeamcontact.h
Go to the documentation of this file.
1#pragma once
2//ibeamcontact.h
3
9#include "iblockdef.h"
10
11namespace block
12{
16 {
17 public:
19 static const FInt next = 0;
20 };
21} // namespace block
22// EoF
This interface provides access to beam contact data.
Definition ibeamcontact.h:16
static const FInt next
linked list offset for next beam contact
Definition ibeamcontact.h:19
int32 FInt
Interface to provide access to 3DEC modules, global data, list of 3DEC entities, etc.
Definition iblockdef.h:19
Fortran to C++ type declarations.