GridSegmentDirection Enumeration

Specify one of the four adjacent segments to a GridNode. See DividedSurface.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public enum GridSegmentDirection
Members
Member nameValueDescription
PositiveU0 
NegativeU1 
PositiveV2 
NegativeV3 
See Also