Specify one of the four adjacent segments to a
GridNode.
See
DividedSurface.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public enum GridSegmentDirection
Members
| Member name | Value | Description |
|---|
| NegativeU | 1 | |
| NegativeV | 3 | |
| PositiveU | 0 | |
| PositiveV | 2 | |
See Also
Reference