FillPatternHostOrientation Enumeration |
The types of orientations for fill patterns.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic enum FillPatternHostOrientation
Public Enumeration FillPatternHostOrientation
public enum class FillPatternHostOrientation
type FillPatternHostOrientation
MembersMember name | Value | Description |
---|
ToView | 0 |
All patterns share the same orientation and origin with respect to view, so they perfectly align at element transitions.
|
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.
|
See Also