IMeshAddFace(Face3) Method
Add triangle to mesh.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
bool AddFace(
Face3 face
)
Function AddFace (
face As Face3
) As Boolean
bool AddFace(
Face3 face
)
abstract AddFace :
face : Face3 -> bool
- face Face3
- Triangle.
BooleanTrue if the triangle was added successfully to the mesh, false
otherwise.