Click or drag to resize

CompositeSurfaceSegment Constructor (SurfaceSegment)

Create a new instance based on the given set of segments.

Namespace:  AGI.Foundation.RouteDesign.Advanced
Assembly:  AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public CompositeSurfaceSegment(
	params SurfaceSegment[] segments
)

Parameters

segments
Type: AGI.Foundation.RouteDesign.AdvancedSurfaceSegment
The set of segments to combine. There must be at least one.
See Also