MeshFromGeometryOperationResult
Description:
Describes what has built.
Describes what has built.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.MeshFromGeometryOperationResult
System.Object
Autodesk.Revit.DB.MeshFromGeometryOperationResult
public class MeshFromGeometryOperationResult : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetIssues() | IList<MeshFromGeometryOperationIssue> | Returns the array of issues encountered while building a mesh. |
| GetMesh() | Mesh which built. | 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. |
| Name | Return Type | Description |
|---|---|---|
| HasInvalidData | bool | Whether the provided data for which this result was obtained were internally inconsistent and could not be used in its entirety. |
| IsMeshAvailable | bool | Shows whether the result still contains the mesh which was constructed, if any, or whether it has been relinquished by 'getMesh'. The former is true, the later is false. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| Tessellated | bool | Whether while constructing a mesh, it was necessary to extrude polylines instead of non-linear curves from the profile loops. |