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

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

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

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

MeshNGonstartPoint (const Vec3 &s)
 
Vec3 startPoint () const
 
MeshNGonendPoint (const Vec3 &s)
 
Vec3 endPoint () const
 
MeshNGonheight (const float &s)
 
float height () const
 
MeshNGontopRadius (const float &s)
 
float topRadius () const
 
MeshNGonbottomRadius (const float &s)
 
float bottomRadius () const
 
MeshNGonrelativeHoleRadius (const float &s)
 
float relativeHoleRadius () const
 
MeshNGonteeth (const int &s)
 
int teeth () const
 
- Открытые члены inherited from coat::scripto::MeshX< MeshNGon >
virtual Mesh build () const =0
 
Mesh operator() () const
 
- Открытые члены inherited from coat::scripto::AMesh< MeshNGon >
 mRaw (raw)
 
 AMesh (const AAbout &d)
 
const AAbout & aabout () const
 
bool operator== (const AMesh &b) const
 Comparison. Подробнее...
 
MeshNGondetails (const float &d)
 Setter for details level.
 
float details () const
 Getter for details level.
 
MeshNGonposition (const Vec3 &p)
 Setter for position.
 
Vec3 position () const
 Getter for position.
 
MeshNGonrotation (const Angles &a)
 Setter for rotation.
 
Angles rotation () const
 Getter for rotation.
 
MeshNGontransform (const Mat4 &m)
 Setter for transform.
 
Mat4 transform () const
 Getter for transform.
 
MeshNGonadd (const MeshNGon &b)
 Fusion a mesh b to this mesh. Подробнее...
 
MeshNGonadd (const MeshNGon &, const Bevel &)
 Fusion a mesh b to this mesh with bevel. Подробнее...
 
Mesh addCopy (const MeshNGon &b) const
 
Mesh addCopy (const MeshNGon &, const Bevel &) const
 
Mesh operator| (const MeshNGon &) const
 Fusion two meshes to one mesh. Logical OR. Подробнее...
 
MeshNGonsubtruct (const MeshNGon &b)
 Fusion a mesh b to this mesh. Подробнее...
 
MeshNGonsubtruct (const MeshNGon &, const Bevel &)
 Fusion a mesh b to this mesh with bevel. Подробнее...
 
Mesh subtructCopy (const MeshNGon &b) const
 
Mesh subtructCopy (const MeshNGon &, const Bevel &) const
 
Mesh operator- (const MeshNGon &) const
 Subtract mesh b from this mesh. Подробнее...
 
MeshNGonintersect (const MeshNGon &b)
 Fusion a mesh b to this mesh. Подробнее...
 
MeshNGonintersect (const MeshNGon &, const Bevel &)
 Fusion a mesh b to this mesh with bevel. Подробнее...
 
Mesh intersectCopy (const MeshNGon &b) const
 
Mesh intersectCopy (const MeshNGon &, const Bevel &) const
 
Mesh operator& (const MeshNGon &) const
 Intersects mesh b and this mesh. Logical AND. Подробнее...
 
const raw_traw () const
 
raw_traw ()
 

Additional Inherited Members

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

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

Class for working with mesh which represents like ngon.

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