Click or drag to resize

ConfigurableSurfaceProcedure Class

A definition for the procedure from which to configure the surface geometry between procedures and connections.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.RouteDesign.AdvancedConfigurableSurfaceProcedure

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 abstract class ConfigurableSurfaceProcedure

The ConfigurableSurfaceProcedure type exposes the following members.

Constructors
  NameDescription
Protected methodConfigurableSurfaceProcedure
Create a new instance based on the given configuration dependency
Top
Properties
  NameDescription
Public propertyAnchorPoint
Gets the surface location to use as a marker for the approximate center or point of interest for the given procedure.
Public propertyConnectionDependency
Gets or sets the order in which to configure the surrounding connections.
Public propertySurfacePathComputationalWeight
Gets the weight to use when reporting progress. By default, the value is one.
Top
Methods
  NameDescription
Public methodConfigureEntry
Given the list of connections, configure the previous connection as it enters this procedure. Ensure that the connection is continuous in both position and heading. Note that the incoming heading may have changed in between evaluations if other procedures are configuring the same connection. The procedure is responsible for providing an entry arc which accounts for this change.
Public methodConfigureExit
Given the list of connections, configure the next connection as it leaves this procedure. Ensure that the connection is continuous in both position and heading. Note that the outgoing heading may have changed in between evaluations if other procedures are configuring the same connection. The procedure is responsible for providing an exit arc which accounts for this change.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSurfaceSegment
Create an immutable SurfaceSegment representing the geometry of this procedure, including any entry and exit arcs prior to the connections.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also