|
C3D Toolkit
Kernel - 118060, Vision - 2.15.0.1825
|
Parameters of face fillet. More...
#include <op_shell_parameter.h>
Public Member Functions | |
| FullFilletValues () | |
| Default constructor. | |
| FullFilletValues (bool prlg) | |
| Constructor by parameters. | |
| FullFilletValues (const FullFilletValues &other, MbRegDuplicate *iReg=nullptr) | |
| Copy-constructor. | |
| ~FullFilletValues () | |
| Destructor. | |
| void | Init (const FullFilletValues &other) |
| Initialization function. | |
| void | Transform (const MbMatrix3D &, MbRegTransform *ireg=nullptr) |
| Transform an object according to the matrix. | |
| void | Move (const MbVector3D &, MbRegTransform *=nullptr) |
| Move an object along a vector. | |
| void | Rotate (const MbAxis3D &, double ang, MbRegTransform *ireg=nullptr) |
| Rotate an object at a given angle around an axis. | |
| FullFilletValues & | operator= (const FullFilletValues &other) |
| Assignment operator. | |
| bool | IsSame (const FullFilletValues &other, double accuracy) const |
| Determine whether an object is equal? | |
Public Attributes | |
| bool | prolong |
| Prolong along the tangent. | |
Parameters of face fillet.
The parameters of face fillet contain Information necessary to perform the operation.