PFCellCreateCellMesh Method |
Builds the cell mesh in a clean way.
This lends the cell mesh to being referenced for PolyFrame use.
This needs the face meshes stored in the faces
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic Mesh CreateCellMesh()
Public Function CreateCellMesh As Mesh
public:
Mesh^ CreateCellMesh()
member CreateCellMesh : unit -> Mesh
Return Value
Type:
Mesh[Missing <returns> documentation for "M:PolyFramework.PFCell.CreateCellMesh"]
See Also