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

Public Member Functions | |
| Parametric3DPoints () | |
| Default constructor. | |
| ~Parametric3DPoints () | |
| 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 | Read (FILE *File) |
| Reads class attributes from an ASCII File in FEAWEB format. | |
| void | Print (FILE *File=stdout) |
| Prints class information in an ASCII file. | |
| void | Free () |
| Releases the memory allocated for the class attributes. | |
| NURBSSurfaceBoundaryEntity & | operator[] (long PointNumber) |
| Operator for accessing operations of NURBSSurfaceBoundaryEntity from the global identification number of the endpoint. | |
Protected Attributes | |
| BuiltInArray< long > | PointIndex |
| Index that relates the global identification number of points with their order in the table. @. | |
| Array< NURBSSurfaceBoundaryEntity > | Points |
| Array of parameterized three-dimensional points. @ ## begin Parametric3DPoints::Points%39D9DB39014F.role preserve=no protected: Array< NURBSSurfaceBoundaryEntity > {1..1 -> 1..1VHgAN}. | |
BuiltInArray<long> Parametric3DPoints::PointIndex [protected] |
Index that relates the global identification number of points with their order in the table. @.
## Attribute: PointIndex%39D9E57603C5
With this index, it is only necessary to store information of parameterized entities. @ ## begin Parametric3DPoints::PointIndex%39D9E57603C5.attr preserve=no protected: BuiltInArray<long> {UA}
Array<NURBSSurfaceBoundaryEntity> Parametric3DPoints::Points [protected] |
Array of parameterized three-dimensional points. @ ## begin Parametric3DPoints::Points%39D9DB39014F.role preserve=no protected: Array< NURBSSurfaceBoundaryEntity > {1..1 -> 1..1VHgAN}.
## Association: Design Model::Business Specific::Opt::Opt\: Design Classes::<unnamed>%39D9DB38034D ## Role: Parametric3DPoints::Points%39D9DB39014F
1.7.6.1