Click or drag to resize

ConfigurableSurfaceProcedureGetSurfaceSegment Method

Create an immutable SurfaceSegment representing the geometry of this procedure, including any entry and exit arcs prior to the connections.

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 abstract SurfaceSegment GetSurfaceSegment()

Return Value

Type: SurfaceSegment
The immutable surface geometry.
See Also