The BooleanOperationsUtils type exposes the following members.

Methods

  NameDescription
Public methodStatic memberCutWithHalfSpace
Creates a new Solid which is the intersection of the input Solid with the half-space on the positive side of the given Plane. The positive side of the plane is the side to which Plane.Normal points.
Public methodStatic memberCutWithHalfSpaceModifyingOriginalSolid
Modifies the input Solid preserving only the volume on the positive side of the given Plane. The positive side of the plane is the side to which Plane.Normal points.
Public methodDispose
Releases all resources used by the BooleanOperationsUtils
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodStatic memberExecuteBooleanOperation
Perform a boolean geometric operation between two solids, and return a new solid to represent the result.
Public methodStatic memberExecuteBooleanOperationModifyingOriginalSolid
Perform a boolean geometric operation between two solids, and modify the original solid to represent the result.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from 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 propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.

See Also