3DCoatScripting  4.8.31β
С помощью скриптинга можно управлять возможностями Коута и расширять его функционал.
Класс coat::scripto::MeshCylinder

Class for working with mesh which represents like cylinder. Подробнее...

Базовые классы:coat::scripto::MeshX< MeshCylinder >.

Открытые члены

MeshCylinderpositionTop (const Vec3 &p)
 
Vec3 positionTop () const
 
MeshCylinderpositionBottom (const Vec3 &p)
 
Vec3 positionBottom () const
 
MeshCylinderradiusTop (const float &r)
 
float radiusTop () const
 
MeshCylinderradiusBottom (const float &r)
 
float radiusBottom () const
 
- Открытые члены inherited from coat::scripto::MeshX< MeshCylinder >
virtual Mesh build () const =0
 
Mesh operator() () const
 
- Открытые члены inherited from coat::scripto::AMesh< MeshCylinder >
 mRaw (raw)
 
 AMesh (const AAbout &d)
 
const AAbout & aabout () const
 
bool operator== (const AMesh &b) const
 Comparison. Подробнее...
 
MeshCylinderdetails (const float &d)
 Setter for details level.
 
float details () const
 Getter for details level.
 
MeshCylinderposition (const Vec3 &p)
 Setter for position.
 
Vec3 position () const
 Getter for position.
 
MeshCylinderrotation (const Angles &a)
 Setter for rotation.
 
Angles rotation () const
 Getter for rotation.
 
MeshCylindertransform (const Mat4 &m)
 Setter for transform.
 
Mat4 transform () const
 Getter for transform.
 
MeshCylinderadd (const MeshCylinder &b)
 Fusion a mesh b to this mesh. Подробнее...
 
MeshCylinderadd (const MeshCylinder &, const Bevel &)
 Fusion a mesh b to this mesh with bevel. Подробнее...
 
Mesh addCopy (const MeshCylinder &b) const
 
Mesh addCopy (const MeshCylinder &, const Bevel &) const
 
Mesh operator| (const MeshCylinder &) const
 Fusion two meshes to one mesh. Logical OR. Подробнее...
 
MeshCylindersubtruct (const MeshCylinder &b)
 Fusion a mesh b to this mesh. Подробнее...
 
MeshCylindersubtruct (const MeshCylinder &, const Bevel &)
 Fusion a mesh b to this mesh with bevel. Подробнее...
 
Mesh subtructCopy (const MeshCylinder &b) const
 
Mesh subtructCopy (const MeshCylinder &, const Bevel &) const
 
Mesh operator- (const MeshCylinder &) const
 Subtract mesh b from this mesh. Подробнее...
 
MeshCylinderintersect (const MeshCylinder &b)
 Fusion a mesh b to this mesh. Подробнее...
 
MeshCylinderintersect (const MeshCylinder &, const Bevel &)
 Fusion a mesh b to this mesh with bevel. Подробнее...
 
Mesh intersectCopy (const MeshCylinder &b) const
 
Mesh intersectCopy (const MeshCylinder &, const Bevel &) const
 
Mesh operator& (const MeshCylinder &) const
 Intersects mesh b and this mesh. Logical AND. Подробнее...
 
const raw_traw () const
 
raw_traw ()
 

Additional Inherited Members

- Открытые типы inherited from coat::scripto::AMesh< MeshCylinder >
enum  Mode
 
typedef comms::cMeshContainer raw_t
 
- Защищенные члены inherited from coat::scripto::AMesh< MeshCylinder >
MeshCylindercastThis ()
 
- Защищенные данные inherited from coat::scripto::AMesh< MeshCylinder >
AAbout mAAbout
 
raw_t mRaw
 

Подробное описание

Class for working with mesh which represents like cylinder.

mesh-cylinder.jpg
См. также
MeshSphere for notes.
Начиная с
4.5.32