Share

MeshFromGeometryOperationResult.HasInvalidData Property

Whether the provided data for which this result was obtained were internally inconsistent and could not be used in its entirety. For example, for extrusion operation, profile loops were degenerate or improperly oriented with respect to the extrsuion direction.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public bool HasInvalidData { get; }

Property Value

Boolean

Remarks

This variable does not capture presence or absence of intersections between different profile loops.

See Also

Reference

Was this information helpful?