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

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

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

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

MeshTorusradiusRelation (const float &s)
 
float radiusRelation () const
 
MeshTorusside (const Vec3 &s)
 
Vec3 side () const
 
- Открытые члены inherited from coat::scripto::MeshX< MeshTorus >
virtual Mesh build () const =0
 
Mesh operator() () const
 
- Открытые члены inherited from coat::scripto::AMesh< MeshTorus >
 mRaw (raw)
 
 AMesh (const AAbout &d)
 
const AAbout & aabout () const
 
bool operator== (const AMesh &b) const
 Comparison. Подробнее...
 
MeshTorusdetails (const float &d)
 Setter for details level.
 
float details () const
 Getter for details level.
 
MeshTorusposition (const Vec3 &p)
 Setter for position.
 
Vec3 position () const
 Getter for position.
 
MeshTorusrotation (const Angles &a)
 Setter for rotation.
 
Angles rotation () const
 Getter for rotation.
 
MeshTorustransform (const Mat4 &m)
 Setter for transform.
 
Mat4 transform () const
 Getter for transform.
 
MeshTorusadd (const MeshTorus &b)
 Fusion a mesh b to this mesh. Подробнее...
 
MeshTorusadd (const MeshTorus &, const Bevel &)
 Fusion a mesh b to this mesh with bevel. Подробнее...
 
Mesh addCopy (const MeshTorus &b) const
 
Mesh addCopy (const MeshTorus &, const Bevel &) const
 
Mesh operator| (const MeshTorus &) const
 Fusion two meshes to one mesh. Logical OR. Подробнее...
 
MeshTorussubtruct (const MeshTorus &b)
 Fusion a mesh b to this mesh. Подробнее...
 
MeshTorussubtruct (const MeshTorus &, const Bevel &)
 Fusion a mesh b to this mesh with bevel. Подробнее...
 
Mesh subtructCopy (const MeshTorus &b) const
 
Mesh subtructCopy (const MeshTorus &, const Bevel &) const
 
Mesh operator- (const MeshTorus &) const
 Subtract mesh b from this mesh. Подробнее...
 
MeshTorusintersect (const MeshTorus &b)
 Fusion a mesh b to this mesh. Подробнее...
 
MeshTorusintersect (const MeshTorus &, const Bevel &)
 Fusion a mesh b to this mesh with bevel. Подробнее...
 
Mesh intersectCopy (const MeshTorus &b) const
 
Mesh intersectCopy (const MeshTorus &, const Bevel &) const
 
Mesh operator& (const MeshTorus &) const
 Intersects mesh b and this mesh. Logical AND. Подробнее...
 
const raw_traw () const
 
raw_traw ()
 

Additional Inherited Members

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

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

Class for working with mesh which represents like torus.

См. также
MeshSphere for notes.