Click or drag to resize

SurfaceArcGetSegment Method

Get the corresponding immutable surface geometry.

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 virtual SurfaceSegment GetSegment(
	double revs
)

Parameters

revs
Type: SystemDouble
The number of full revolutions to perform around the arc after the StartParameter and before leaving at the StopParameter.

Return Value

Type: SurfaceSegment
The immutable surface geometry.
See Also