Parameter Expressions

Replacement for $CEX $CEY $CEZ

centroid(0,0)

centroid(0,1)

centroid(0,2)

centroid("/path",D_X)

centroid("/path",D_Y)

centroid("/path",D_Z)

In Vex

@cent.x

@cent.y

@cent.z

Cut off decimal values in a float

`padzero(1,trunc(VALUEHERE))`.`padzero(1,trunc(round(frac(VALUEHERE)*100)))`

If statement

 if(condition, true value, false value)

Get the list of points in a group

`pointlist("string/path/to/geo", "string group name")`