Click or drag to resize

StaticRouteProfile Constructor (ProfileSegment)

Construct a new instance based on the given profile segment corresponding to the surface geometry to which it is attached. The user is responsible for making sure that the profile geometry and surface geometry match.

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 StaticRouteProfile(
	ProfileSegment customSegment
)

Parameters

customSegment
Type: AGI.Foundation.RouteDesign.AdvancedProfileSegment
The custom profile geometry.
See Also