ParametricRouteSegment.SurfaceGeometry Property |
Gets the geometry along the
SurfaceShape, parameterized on arc length along the surface path.
Namespace:
AGI.Foundation.RouteDesign.Advanced
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic SurfaceSegment SurfaceGeometry { get; }
Public ReadOnly Property SurfaceGeometry As SurfaceSegment
Get
public:
property SurfaceSegment^ SurfaceGeometry {
SurfaceSegment^ get ();
}
member SurfaceGeometry : SurfaceSegment with get
Property Value
Type:
SurfaceSegment
See Also