|
hp2FEM
0.1
|
Class NURBSBoundaryEntityInfo. More...
#include <NURBSBoundaryEntityInfo.h>

Public Member Functions | |
| NURBSBoundaryEntityInfo () | |
| Default constructor. | |
| ~NURBSBoundaryEntityInfo () | |
| Destructor. | |
| void | Save (FILE *File) |
| Writes class information to a binary file. The current object state can be completely recovered when applying the Restore() operation. | |
| void | Restore (FILE *File) |
| Restores class data (written using Save()) from a binary file. | |
| void | Print (FILE *_n1) |
| Prints class information in an ASCII file. | |
| void | Free () |
| Releases the memory allocated for the class attributes. | |
Public Attributes | |
| long | NURBSEntity |
| Global identification number of the NURBS entity. @ ## begin NURBSBoundaryEntityInfo::NURBSEntity%3728AC54025C.attr preserve=no public: long {VA} (-1) | |
| BuiltInArray< long > | NURBSEntityCPs |
| Local number of the boundary entity: control point number. @ ## begin NURBSBoundaryEntityInfo::NURBSEntityCPs%39DA0B1C0175.attr preserve=no public: BuiltInArray<long> {UA} () | |
Global identification number of the NURBS entity. @ ## begin NURBSBoundaryEntityInfo::NURBSEntity%3728AC54025C.attr preserve=no public: long {VA} (-1)
## Attribute: NURBSEntity%3728AC54025C
Local number of the boundary entity: control point number. @ ## begin NURBSBoundaryEntityInfo::NURBSEntityCPs%39DA0B1C0175.attr preserve=no public: BuiltInArray<long> {UA} ()
## Attribute: NURBSEntityCPs%39DA0B1C0175
1.7.6.1