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

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

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

Public Member Functions

MeshCuboidside (const Vec3 &s)
 
Vec3 side () const
 
- Public Member Functions inherited from coat::scripto::MeshX< MeshCuboid >
virtual Mesh build () const =0
 
Mesh operator() () const
 
- Public Member Functions inherited from coat::scripto::AMesh< MeshCuboid >
 mRaw (raw)
 
 AMesh (const AAbout &d)
 
const AAbout & aabout () const
 
bool operator== (const AMesh &b) const
 Comparison. More...
 
MeshCuboiddetails (const float &d)
 Setter for details level.
 
float details () const
 Getter for details level.
 
MeshCuboidposition (const Vec3 &p)
 Setter for position.
 
Vec3 position () const
 Getter for position.
 
MeshCuboidrotation (const Angles &a)
 Setter for rotation.
 
Angles rotation () const
 Getter for rotation.
 
MeshCuboidtransform (const Mat4 &m)
 Setter for transform.
 
Mat4 transform () const
 Getter for transform.
 
MeshCuboidadd (const MeshCuboid &b)
 Fusion a mesh b to this mesh. More...
 
MeshCuboidadd (const MeshCuboid &, const Bevel &)
 Fusion a mesh b to this mesh with bevel. More...
 
Mesh addCopy (const MeshCuboid &b) const
 
Mesh addCopy (const MeshCuboid &, const Bevel &) const
 
Mesh operator| (const MeshCuboid &) const
 Fusion two meshes to one mesh. Logical OR. More...
 
MeshCuboidsubtruct (const MeshCuboid &b)
 Fusion a mesh b to this mesh. More...
 
MeshCuboidsubtruct (const MeshCuboid &, const Bevel &)
 Fusion a mesh b to this mesh with bevel. More...
 
Mesh subtructCopy (const MeshCuboid &b) const
 
Mesh subtructCopy (const MeshCuboid &, const Bevel &) const
 
Mesh operator- (const MeshCuboid &) const
 Subtract mesh b from this mesh. More...
 
MeshCuboidintersect (const MeshCuboid &b)
 Fusion a mesh b to this mesh. More...
 
MeshCuboidintersect (const MeshCuboid &, const Bevel &)
 Fusion a mesh b to this mesh with bevel. More...
 
Mesh intersectCopy (const MeshCuboid &b) const
 
Mesh intersectCopy (const MeshCuboid &, const Bevel &) const
 
Mesh operator& (const MeshCuboid &) 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< MeshCuboid >
enum  Mode
 
typedef comms::cMeshContainer raw_t
 
- Protected Member Functions inherited from coat::scripto::AMesh< MeshCuboid >
MeshCuboidcastThis ()
 
- Protected Attributes inherited from coat::scripto::AMesh< MeshCuboid >
AAbout mAAbout
 
raw_t mRaw
 

Detailed Description

Class for working with mesh which represents like cuboid.

mesh-cuboid.jpg
See Also
MeshSphere for notes.
Since
4.5.32