C3D Toolkit
Kernel - 117982, Vision - 2.9.2.2
|
Contour shape description. More...
#include <mip_curve_properties.h>
Public Member Functions | |
FormDefinition (bool b, double d, double p) | |
Constructor. More... | |
FormDefinition (const FormDefinition &other) | |
Copy constructor. | |
Public Attributes | |
bool | body |
Solid attribute. | |
double | density |
Density. | |
double | par |
Parameter (apex angle or thickness). | |
Contour shape description.
Contour shape description.
|
inline |
Constructor.
Constructor by solid attribute, density and parameter.
[in] | b | - Solid attribute. if true then mass-inertial properties of curve are added to total result, if false then mass-inertial properties of curve are subtracted from total result. |
[in] | d | - Density. |
[in] | p | - Parameter (apex angle or thickness). |