SpatialElementGeometryCalculator Members

The SpatialElementGeometryCalculator type exposes the following members.

Constructors

  NameDescription
Public methodSpatialElementGeometryCalculator(Document)
Constructs a new calculator with default options for the geometry of spatial elements.
Public methodSpatialElementGeometryCalculator(Document, SpatialElementBoundaryOptions)
Constructs a new calculator for the geometry of spatial elements.

Methods

  NameDescription
Public methodCalculateSpatialElementGeometry
Compute the spatial element geometry and returns the boundary face information.
Public methodStatic memberCanCalculateGeometry
This indicates whether the input spatial element is a valid one.
Public methodDispose
Releases all resources used by the SpatialElementGeometryCalculator
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 methodGetOptions
The options that control the calculation.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsRoomOrSpace
This indicates whether the input spatial element is a room or a space.
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