GeCurveBoundary.h
This class represents the boundary geometry (face loops) on a bounded surface.
Each face loop consists of four arrays:
There is a one-to-one correspondence between elements in the arrays, although certain elements of a given array could be NULL, or meaningless.
Loop degeneracies are represented as follows:
This class also supports the ownership of its geometry. Being the owner of its geometry would cause it to remove the geometry on destruction of an instance of the class.
Corresponding C++ library: TD_Ge
|
Name |
Description |
|
Destructor for the OdGeCurveBoundary class. Frees the allocated resources for owned curves (if the option for making curve copies was used). | |
|
This is the overview for the OdGeCurveBoundary constructor overload. |
|
Name |
Description |
|
Returns the paramaters for the curve boundary. | |
|
This is the overview for the isDegenerate method overload. | |
|
Checks whether the curve boundary is the owner of the curve boundary parameters. | |
|
Returns the number of elements in the curve boundary. | |
|
Sets the parameters for the curve boundary and returns a reference to it. | |
|
Makes the curve boundary own the curve data and returns a reference to the boundary. |
|
Name |
Description |
|
Assignment operator for the OdGeCurveBoundary class. Assigns properties of the specified cubic spline curve. Currently not implemented. |
Copyright © 2002–2022. Open Design Alliance. All rights reserved.
|