The types of orientations for fill patterns.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum FillPatternHostOrientation
Members
| 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
Reference