3DCoatScripting  4.8.31β
You can manage 3DСoat features with help of scripting
coat::scripto::MeshText Class Reference

Class for working with mesh which represents like text. More...

Inherits coat::scripto::MeshX< MeshText >.

Public Member Functions

MeshTextcontent (const std::string &s)
 
std::string content () const
 
MeshTextfont (const std::string &s)
 
std::string font () const
 
MeshTextwidth (const float &s)
 
float width () const
 
MeshTextdepth (const float &s)
 
float depth () const
 
MeshTextbendingRadius (const float &s)
 
float bendingRadius () const
 
- Public Member Functions inherited from coat::scripto::MeshX< MeshText >
virtual Mesh build () const =0
 
Mesh operator() () const
 
- Public Member Functions inherited from coat::scripto::AMesh< MeshText >
 mRaw (raw)
 
 AMesh (const AAbout &d)
 
const AAbout & aabout () const
 
bool operator== (const AMesh &b) const
 Comparison. More...
 
MeshTextdetails (const float &d)
 Setter for details level.
 
float details () const
 Getter for details level.
 
MeshTextposition (const Vec3 &p)
 Setter for position.
 
Vec3 position () const
 Getter for position.
 
MeshTextrotation (const Angles &a)
 Setter for rotation.
 
Angles rotation () const
 Getter for rotation.
 
MeshTexttransform (const Mat4 &m)
 Setter for transform.
 
Mat4 transform () const
 Getter for transform.
 
MeshTextadd (const MeshText &b)
 Fusion a mesh b to this mesh. More...
 
MeshTextadd (const MeshText &, const Bevel &)
 Fusion a mesh b to this mesh with bevel. More...
 
Mesh addCopy (const MeshText &b) const
 
Mesh addCopy (const MeshText &, const Bevel &) const
 
Mesh operator| (const MeshText &) const
 Fusion two meshes to one mesh. Logical OR. More...
 
MeshTextsubtruct (const MeshText &b)
 Fusion a mesh b to this mesh. More...
 
MeshTextsubtruct (const MeshText &, const Bevel &)
 Fusion a mesh b to this mesh with bevel. More...
 
Mesh subtructCopy (const MeshText &b) const
 
Mesh subtructCopy (const MeshText &, const Bevel &) const
 
Mesh operator- (const MeshText &) const
 Subtract mesh b from this mesh. More...
 
MeshTextintersect (const MeshText &b)
 Fusion a mesh b to this mesh. More...
 
MeshTextintersect (const MeshText &, const Bevel &)
 Fusion a mesh b to this mesh with bevel. More...
 
Mesh intersectCopy (const MeshText &b) const
 
Mesh intersectCopy (const MeshText &, const Bevel &) const
 
Mesh operator& (const MeshText &) const
 Intersects mesh b and this mesh. Logical AND. More...
 
const raw_traw () const
 
raw_traw ()
 

Additional Inherited Members

- Public Types inherited from coat::scripto::AMesh< MeshText >
enum  Mode
 
typedef comms::cMeshContainer raw_t
 
- Protected Member Functions inherited from coat::scripto::AMesh< MeshText >
MeshTextcastThis ()
 
- Protected Attributes inherited from coat::scripto::AMesh< MeshText >
AAbout mAAbout
 
raw_t mRaw
 

Detailed Description

Class for working with mesh which represents like text.

See Also
MeshSphere for notes.