![]() |
3DCoat
3D-COAT 4.9.xx
3DCoat is the one application that has all the tools you need to take your 3D idea from a block of digital clay all the way to a production ready, fully textured organic or hard surface model.
|
Class for working with primitive mesh which represents like ellipse prim. More...
#include <SCubPrim.h>
Public Types | |
| enum | Mode |
| Operations with meshes. More... | |
Public Member Functions | |
| cbpm_t * | cbpm_ptr () const |
| Converts the pointer to base class to a pointer to this class. More... | |
| bool | useFillet () const |
| Gets the use fillet flag. More... | |
| EllipsePrim & | useFillet (const bool &b) |
| Sets the use fillet flag. More... | |
| EllipsePrim & | filletRadius (const float &r) |
| Sets the fillet radius. More... | |
| float | filletRadius () const |
| Gets the fillet radius. More... | |
| EllipsePrim & | filletRadiusRelation (const float &r) |
| Sets the fillet relative radius. More... | |
| float | filletRadiusRelation () const |
| Gets the fillet relative radius. More... | |
| gpm_t * | gpm_ptr () const |
| Converts the pointer to base class to a pointer to this class. More... | |
| void | ShowAxisDirection () const |
| Shows the axis direction. More... | |
| void | HideAxisDirection () const |
| Hides the axis direction. More... | |
| virtual EllipsePrim & | ResetSize () |
| Reset size. More... | |
| virtual EllipsePrim & | ResetAxis () |
| Reset axis. More... | |
| virtual EllipsePrim & | Position (const Vec3 &pos) |
| Setter for Position. More... | |
| virtual Vec3 | Position () const |
| Getter for Position. More... | |
| EllipsePrim & | Size (const Vec3 &pos) |
| Setter for Size. More... | |
| Vec3 | Size () const |
| Getter for Size. More... | |
| EllipsePrim & | SideA (const float &a) |
| Setter for Side X. More... | |
| float | SideA () const |
| Getter for Side X. More... | |
| EllipsePrim & | SideB (const float &b) |
| Setter for Side Y. More... | |
| float | SideB () const |
| Getter for Side Y. More... | |
| EllipsePrim & | SideC (const float &c) |
| Setter for Side C. More... | |
| float | SideC () const |
| Getter for Side C. More... | |
| EllipsePrim & | AxisX (const Vec3 &ax) |
| Setter for Axis X. More... | |
| Vec3 | AxisX () const |
| Getter for Axis X. More... | |
| EllipsePrim & | AxisY (const Vec3 &ay) |
| Setter for Axis Y. More... | |
| Vec3 | AxisY () const |
| Getter for Axis Y. More... | |
| EllipsePrim & | AxisZ (const Vec3 &az) |
| Setter for Axis Z. More... | |
| Vec3 | AxisZ () const |
| Getter for Axis Z. More... | |
Class for working with primitive mesh which represents like ellipse prim.
Inheritance diagram for coat::scripto::EllipsePrim:
|
stronginherited |
Operations with meshes.
|
inlineinherited |
Setter for Axis X.
|
inlineinherited |
Getter for Axis X.
|
inlineinherited |
Setter for Axis Y.
|
inlineinherited |
Getter for Axis Y.
|
inlineinherited |
Setter for Axis Z.
|
inlineinherited |
Getter for Axis Z.
|
inlineinherited |
Converts the pointer to base class to a pointer to this class.
|
inlineinherited |
Sets the fillet radius.
|
inlineinherited |
Gets the fillet radius.
|
inlineinherited |
Sets the fillet relative radius.
|
inlineinherited |
Gets the fillet relative radius.
|
inlineinherited |
Converts the pointer to base class to a pointer to this class.
|
inlineinherited |
Hides the axis direction.
|
inlinevirtualinherited |
Setter for Position.
|
inlinevirtualinherited |
Getter for Position.
|
inlinevirtualinherited |
Reset axis.
|
inlinevirtualinherited |
Reset size.
|
inlineinherited |
Shows the axis direction.
|
inlineinherited |
Setter for Side X.
|
inlineinherited |
Getter for Side X.
|
inlineinherited |
Setter for Side Y.
|
inlineinherited |
Getter for Side Y.
|
inlineinherited |
Setter for Side C.
|
inlineinherited |
Getter for Side C.
|
inlineinherited |
Setter for Size.
|
inlineinherited |
Getter for Size.
|
inlineinherited |
Gets the use fillet flag.
|
inlineinherited |
Sets the use fillet flag.