The TessellatedShapeBuilder type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| | TessellatedShapeBuilder | Constructs a new instance of a TessellatedShapeBuilder. |
Methods
| Name | Description | |
|---|---|---|
| | AddFace | Adds a face to the currently open connected face set. |
| | AreTargetAndFallbackCompatible | Checks whether this combination of fallback and target parameters can be used as a valid combination of inputs. |
| | Build | Builds the designated geometrical objects from the stored face sets. |
| | CancelConnectedFaceSet | Cancels the current face set - i.e., all data from it will be lost and the builder will have no open connected face set anymore. |
| | Clear | Erases all face set and clears the logs, if any. |
| | CloseConnectedFaceSet | Closes the currently open connected face set. |
| | CreateMeshByExtrusion | Builds a mesh by extruding curve loop(s) along extrusion distance. |
| | Dispose | Releases all resources used by the TessellatedShapeBuilder |
| | DoesFaceHaveEnoughLoopsAndVertices | Checks whether 'face' has enough loops and vertcies to be valid. |
| | Equals | (Inherited from Object .) |
| | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object .) |
| | GetType | Gets the Type of the current instance. (Inherited from Object .) |
| | OpenConnectedFaceSet | Opens a new connected face set. |
| | ToString | Returns a string that represents the current object. (Inherited from Object .) |
Properties
| Name | Description | |
|---|---|---|
| | IsFaceSetOpen | Flag whether the current set of connected faces is open and additional tessellation faces can be added to it. |
| | IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
| | LogInteger | Integer value used for logging, if it is performed. Usually the number of the face set(s) in the IFC file, from which they are imported. Any value is acceptable. |
| | LogString | String used for logging, if any. Usually the name of the file from which face sets were imported. |
| | NumberOfCompletedFaceSets | Number of completed face sets. |
| | OwnerInfo | String used for logging, if any. Usually describes the element or object, which either defined or will own the geoemtrical objects to be built. |