WallSweepInfo
Description:
Represents a wall sweep or reveal of a vertically compound structure.
Represents a wall sweep or reveal of a vertically compound structure.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.WallSweepInfo
System.Object
Autodesk.Revit.DB.WallSweepInfo
public class WallSweepInfo : IDisposable
| Name | Return Type | Description |
|---|---|---|
| WallSweepInfo(Boolean, WallSweepType) | None | Constructs a new WallSweepInfo instance. |
| WallSweepInfo(WallSweepType, Boolean) | None | Constructs a new WallSweepInfo instance. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| IsEqual(WallSweepInfo) | bool | Determines if the input object is equivalent to this WallSweepInfo. |
| Name | Return Type | Description |
|---|---|---|
| CutsWall | bool | Indicates if you want the sweep to cut geometry out of the host wall. |
| DefaultSetback | double | The sweep setback distance from inserts, such as windows and doors. |
| DistanceMeasuredFrom | DistanceMeasuredFrom | Indicates if Distance is measured from the top or bottom of the wall. |
| Distance | double | The distance from either the top or base of the wall. |
| Id | int | The id of the sweep or reveal. |
| IsCutByInserts | bool | Indicates if the sweep is cut by wall inserts. |
| IsFixed | bool | Indicates if the described wall sweep is fixed. A sweep is fixed if it is a part of a vertical compound structure. |
| IsProfileFlipped | bool | Indicates if the profile is applied upside-down. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| IsVertical | bool | Indicates whether the sweep or reveal is swept vertically or horizontally. |
| MaterialId | ElementId | The element id of the material used to create the sweep or reveal. |
| ProfileId | ElementId | The element id of the profile family used to create the sweep or reveal. |
| WallOffset | double | The offset from the sweep or reveal to the wall. |
| WallSide | WallSide | The side of the wall to which the sweep or reveal is attached. |
| WallSweepOrientation | WallSweepOrientation | Indicates how the profile of a horiztonal sweep is oriented with repect to the wall side face. |
| WallSweepType | WallSweepType | The type (either a wall sweep or a reveal). |