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

Represent a vertex position. More...

Public Types

typedef ::VertexPos vp_t
 

Detailed Description

Represent a vertex position.

PolyMesh::VertexPos a;
a.position( Vec3( 4, 5, 35 ) );
a.selectionDegree( 53 );