SolidUtils
Contains utility functions for solid operations.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.SolidUtils
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static class SolidUtilsThe SolidUtils type exposes the following members.
Methods
Name
Description
Public Method
Static Member
Clone
Creates a new Solid which is a copy of the input Solid.
Public Method
Static Member
CreateTransformed
Creates a new Solid which is the transformation of the input Solid.
Public Method
Static Member
FindAllEdgeEndPointsAtVertex
Find all EdgeEndPoints at a vertex identified by the input EdgeEndPoint.
Public Method
Static Member
IsValidForTessellation
Tests if the input solid or shell is valid for tessellation.
Public Method
Static Member
SplitVolumes
Splits a solid geometry into several separate solids.
Public Method
Static Member
TessellateSolidOrShell
This function facets (i.e., triangulates) a solid or an open shell. Each boundary component of the solid or shell is represented by a single triangulated structure.