2027 Enumeration
Changes 0
E

MeshFromGeometryOperationIssue

Description:
Issues encountered while constructing meshes as fallbacks for geometrical operations.
Name Description
E AllFine No issues were encountered. Issues of this type should not be present in MeshFromGeometryOperationResult.
E CurveLoopsWithoutCurvesInInput Among curve loops expected as input parameters while building a mesh, some are not empty, but do not have any curves.
E EmptyCurveLoopsInInput Among curve loops expected as input parameters while building a mesh, some are empty.
E InputCurveLoopProblemWithFallback An unidentified problem with an input curve loop. A fallback is attempted.
E InputCurveLoopWrongOpenFlag An input curve has incorrect open flag.
E InternalError An internal Revit problem. Issues of this type should not normally be present in MeshFromGeometryOperationResult. Please notify Autodesk support if encountered.
E InternalMissingError An internal Revit problem. Issues of this type should not be present in TessellatedShapeBuilderResult. Please notify Autodesk support if encountered.
E InternalUtilityError An internal Revit problem. Issues of this type should not normally be present in MeshFromGeometryOperationResult. Please notify Autodesk support if encountered.
E MissingCurveLoopsInInput While several curve loops were expected as one of the input parameters while building a mesh, some of them were not provided.
E MissingCurvesInInputLoop An input curve loop has missing curves.
E NonContinuousInputCurveLoop A non-continuous input curve loop. Either wrong curve flips or genuine gaps.
E NonPlanarProfileLoop Among curve loops expected as input parameters while building a mesh, some are not planar.
E NotSetYet An issue has not been set yet.
E NoUsableCurveLoopsInInput While one or more curve loops were expected as one of the input parameters while building a mesh, no loops containing curves were provided.
E NumberOfIssueTypes 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