Previous Up Next

M3topoAddVerticesF
Takes a topology as a parameter.
Adds a new vertex list to the list of vertices for the topology referenced by the mesh.
The function returns the index of the last vertex added (the addition of vertices is incremental).
The position coordinates are floating-point values.

I M3topoAddVerticesF (
S3d _session_
H3d _topo_
[[F F F] r1] _vertices_
)
Parameters

_session_
3D Session
_topo_
Topology
_vertices_
Positions of vertices
Return value

Index of the last vertex added