Tessellates existing solid or surface object to mesh data using the given faceter settings. The mesh data includes the vertex array, face list array and face data.
Public static Function GetObjectMesh( dbObj As DBObject, faceterData As MeshFaceterData ) As MeshDataCollection
public static MeshDataCollection GetObjectMesh( DBObject dbObj, MeshFaceterData faceterData );
Parameters |
Description |
DBObject dbObj |
Input object to get the mesh. |
MeshFaceterData faceterData |
Input faceter setting information. |
MeshDataCollection containing vertex array, face list array and face data.
Comments? |