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: 25.1.421.0 (25.1.421.0)
Syntaxpublic CompositeSurfaceSegment(
params SurfaceSegment[] segments
)
Public Sub New (
ParamArray segments As SurfaceSegment()
)
public:
CompositeSurfaceSegment(
... array<SurfaceSegment^>^ segments
)
new :
segments : SurfaceSegment[] -> CompositeSurfaceSegment
Parameters
- segments
- Type: AGI.Foundation.RouteDesign.AdvancedSurfaceSegment
The set of segments to combine. There must be at least one.
See Also