A state-based class that forces an extra transformation applied to objects being exported.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.IFC.IFCTransformSetter
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public class IFCTransformSetter : IDisposable
The IFCTransformSetter type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
Methods
| Name | Description | |
|---|---|---|
| Create | Creates a new instance of a transform setter. | |
| Dispose | Releases all resources used by the IFCTransformSetter | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| Initialize | Initializes the transformation in the transform setter. | |
| InitializeFromBoundingBox | ||
| ToString | Returns a string that represents the current object. (Inherited from Object) |
