| SurfaceArcGetSegment Method  | 
 
            Get the corresponding immutable surface geometry.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign.Advanced
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic virtual SurfaceSegment GetSegment(
	double revs
)
Public Overridable Function GetSegment ( 
	revs As Double
) As SurfaceSegment
public:
virtual SurfaceSegment^ GetSegment(
	double revs
)
abstract GetSegment : 
        revs : float -> SurfaceSegment 
override GetSegment : 
        revs : float -> SurfaceSegment 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: 
SurfaceSegmentThe immutable surface geometry.
 See Also
See Also