Value Lists
Dropdown value lists for selecting Civil 3D alignment types, filter types, and assembly sides by name.
Civil3d Alignment Type
A dropdown that lets you pick a Civil 3D alignment type by name instead of remembering its number. The selected value is the integer code, which you wire into the Type input of the Create Civil3d Alignment node.
List items: Centerline → 1, Offset → 2, Curb Return → 3, Utility → 4, Rail → 5 (default: Centerline).
See also
Civil3d Filter Type
A dropdown that lets you pick which type of Civil 3D object to filter for. Select an entity type and the chosen keyword feeds into a filter so that only objects of that type are matched when querying the drawing.
List items: Alignment → "alignment", Assembly → "assembly", Corridor → "corridor", Parcel → "parcel", Profile → "profile", Profile View → "profileview", TIN Surface → "tinsurface", TIN Volume Surface → "tinvolumesurface" (default: Alignment).
Civil3d Side
A dropdown that lets you pick which side of an assembly a subassembly sits on. The selected value feeds the Side input of the Civil3d Subassembly component when editing a subassembly.
List items: None → 0, Left → 1, Right → 2 (default: None).