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

Represent a surface point. More...

Public Types

typedef ::SurfPoint3D sp_t
 

Detailed Description

Represent a surface point.

PolyMesh::SurfacePoint a;
a.colorBase( 0xFFFFFFFF );
a.transparency( 0.45 );
a.position( Vec3( 4, 5, 35 ) );