IFCTransformSetter
Description:
A state-based class that forces an extra transformation applied to objects being exported.
A state-based class that forces an extra transformation applied to objects being exported.
Remarks:
IFC has a system of local placements; these are created from a set of transforms in Revit. Sometimes there is a need to create a 'fake' transform to get the right local placement structure for IFC. This class is intended to maintain the transformation for the duration that it is needed. To ensure that the lifetime of the object is correctly managed, you should declare an instance of this class as a part of a 'using' statement in C# or similar construct in other lanuguages.
IFC has a system of local placements; these are created from a set of transforms in Revit. Sometimes there is a need to create a 'fake' transform to get the right local placement structure for IFC. This class is intended to maintain the transformation for the duration that it is needed. To ensure that the lifetime of the object is correctly managed, you should declare an instance of this class as a part of a 'using' statement in C# or similar construct in other lanuguages.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.IFC.IFCTransformSetter
System.Object
Autodesk.Revit.DB.IFC.IFCTransformSetter
public class IFCTransformSetter : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Create() | IFCTransformSetter | Creates a new instance of a transform setter. | |
| Dispose() | None | Releases all resources used by the IFCTransformSetter | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| Initialize(ExporterIFC, Transform) | None | Initializes the transformation in the transform setter. | |
| InitializeFromBoundingBox(ExporterIFC, IList<GeometryObject>, IFCExtrusionCreationData) | Transform | ||
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |