Skip to content

TessellatedShapeBuilderResult

Public Class

Describes what TessellatedShapeBuilder has construct.

Inheritance Hierarchy

System.Object
Autodesk.Revit.DB.TessellatedShapeBuilderResult

Namespace: Autodesk.Revit.DB

Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public class TessellatedShapeBuilderResult : IDisposable

The TessellatedShapeBuilderResult type exposes the following members.

Properties

Name

Description


Public Property

Shows whether ‘issues’ still contains the original data or whether these data have already been relinquished by ‘getGeometricalObjects’. The former is true, the later is false.


Public Property

Whether there were any inconsistencies in the face sets, stored in the tessellated shape builder while building geometrical objects.


Public Property
IsValidObject

Specifies whether the .NET object represents a valid Revit entity.


Public Property

What kinds of geometrical objects were built.


Methods

Name

Description


Public Method

Releases all resources used by the TessellatedShapeBuilderResult


Public Method

Equals

Determines whether the specified object is equal to the current object.
(Inherited from Object)


Public Method
GetGeometricalObjects

When called the first time, returns geometrical objects which were built. Later calls will throw exceptions.


Public Method

GetHashCode

Serves as the default hash function.
(Inherited from Object)


Public Method

Returns the array of issues encountered while processing a face set with index ‘setIndex’.


Public Method

Gets number of face sets for which ‘this’ result was obtained.


Public Method

GetType

Gets the Type of the current instance.
(Inherited from Object)


Public Method

ToString

Returns a string that represents the current object.
(Inherited from Object)