The MeshFromGeometryOperationResult type exposes the following members.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the MeshFromGeometryOperationResult
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIssues
Returns the array of issues encountered while building a mesh.
Public methodGetMesh
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 methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyHasInvalidData
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.
Public propertyIsMeshAvailable
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.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyTessellated
Whether while constructing a mesh, it was necessary to extrude polylines instead of non-linear curves from the profile loops.

See Also