RVTDocs.com
Namespace: Autodesk.Revit.DB

MeshFromGeometryOperationIssue

Enumeration
Description:
Issues encountered while constructing meshes as fallbacks for geometrical operations.
MeshFromGeometryOperationIssue Enumeration Members:
Name Description
0 No issues were encountered. Issues of this type should not be present in MeshFromGeometryOperationResult.
1 While one or more curve loops were expected as one of the input parameters while building a mesh, no loops containing curves were provided.
2 While several curve loops were expected as one of the input parameters while building a mesh, some of them were not provided.
3 Among curve loops expected as input parameters while building a mesh, some are empty.
4 Among curve loops expected as input parameters while building a mesh, some are not empty, but do not have any curves.
5 Among curve loops expected as input parameters while building a mesh, some are not planar.
6 An unidentified problem with an input curve loop. A fallback is attempted.
7 An input curve has incorrect open flag.
8 A non-continuous input curve loop. Either wrong curve flips or genuine gaps.
9 An input curve loop has missing curves.
10 An internal Revit problem. Issues of this type should not normally be present in MeshFromGeometryOperationResult. Please notify Autodesk support if encountered.
11 An internal Revit problem. Issues of this type should not be present in TessellatedShapeBuilderResult. Please notify Autodesk support if encountered.
12 An internal Revit problem. Issues of this type should not normally be present in MeshFromGeometryOperationResult. Please notify Autodesk support if encountered.
13 An issue has not been set yet.
14 Not a code of some issue, but the number of known types of issues. Issues of this type should not be present in TessellatedShapeBuilderResult. Please notify Autodesk support if encountered