SurfaceArcGetSegment Method |
Get the corresponding immutable surface geometry.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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