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

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

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

Public Member Functions

MeshConeradius (const float &s)
 
float radius () const
 
MeshConeheight (const float &s)
 
float height () const
 
- Public Member Functions inherited from coat::scripto::MeshX< MeshCone >
virtual Mesh build () const =0
 
Mesh operator() () const
 
- Public Member Functions inherited from coat::scripto::AMesh< MeshCone >
 mRaw (raw)
 
 AMesh (const AAbout &d)
 
const AAbout & aabout () const
 
bool operator== (const AMesh &b) const
 Comparison. More...
 
MeshConedetails (const float &d)
 Setter for details level.
 
float details () const
 Getter for details level.
 
MeshConeposition (const Vec3 &p)
 Setter for position.
 
Vec3 position () const
 Getter for position.
 
MeshConerotation (const Angles &a)
 Setter for rotation.
 
Angles rotation () const
 Getter for rotation.
 
MeshConetransform (const Mat4 &m)
 Setter for transform.
 
Mat4 transform () const
 Getter for transform.
 
MeshConeadd (const MeshCone &b)
 Fusion a mesh b to this mesh. More...
 
MeshConeadd (const MeshCone &, const Bevel &)
 Fusion a mesh b to this mesh with bevel. More...
 
Mesh addCopy (const MeshCone &b) const
 
Mesh addCopy (const MeshCone &, const Bevel &) const
 
Mesh operator| (const MeshCone &) const
 Fusion two meshes to one mesh. Logical OR. More...
 
MeshConesubtruct (const MeshCone &b)
 Fusion a mesh b to this mesh. More...
 
MeshConesubtruct (const MeshCone &, const Bevel &)
 Fusion a mesh b to this mesh with bevel. More...
 
Mesh subtructCopy (const MeshCone &b) const
 
Mesh subtructCopy (const MeshCone &, const Bevel &) const
 
Mesh operator- (const MeshCone &) const
 Subtract mesh b from this mesh. More...
 
MeshConeintersect (const MeshCone &b)
 Fusion a mesh b to this mesh. More...
 
MeshConeintersect (const MeshCone &, const Bevel &)
 Fusion a mesh b to this mesh with bevel. More...
 
Mesh intersectCopy (const MeshCone &b) const
 
Mesh intersectCopy (const MeshCone &, const Bevel &) const
 
Mesh operator& (const MeshCone &) 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< MeshCone >
enum  Mode
 
typedef comms::cMeshContainer raw_t
 
- Protected Member Functions inherited from coat::scripto::AMesh< MeshCone >
MeshConecastThis ()
 
- Protected Attributes inherited from coat::scripto::AMesh< MeshCone >
AAbout mAAbout
 
raw_t mRaw
 

Detailed Description

Class for working with mesh which represents like cone.

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