MQVertex class

MQVertex has an information of the vertex in the object.

Property

get set Type Name Description
x list<int> faces face indices share this vertex
x long id unique ID
x int ref reference count
[0] deleted
x x int select state of the selection
[0] not selected
[1] selected
x x float weight weight for a patch

Method

Member Description
getPos Get a position of the vertex.
setPos Set a position of the vertex.

getPos

Get a position of the vertex.

Return value:
MQPoint - position of the vertex

setPos(pos)

Set a position of the vertex.

Parameters:
MQPoint pos - new position of the vertex