MeshFromGeometryOperationResult.GetMesh
Description:
This returns a valid mesh only for the first call. Later calls will throw an exception as the mesh is no longer valid in this object.
This returns a valid mesh only for the first call. Later calls will throw an exception as the mesh is no longer valid in this object.
public Mesh GetMesh()
Mesh which built.
Mesh which built.
-
The Mesh has already been accessed by a previous GetMesh() call, and is no longer available for use.