Revit 2025.3 API
Fill |
The types of orientations for fill patterns.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
| Member name | Value | Description |
|---|---|---|
| AsText | 1 | Mimics the behavior of text. Patterns align with the host and share the same origin with respect to view. |
| ToHost | 2 | Patterns align with the host and compute a origin to fit the host. |
| ToView | 0 | All patterns share the same orientation and origin with respect to view, so they perfectly align at element transitions. |
See Also