Click or drag to resize

SurfaceArc Methods

The SurfaceArc type exposes the following members.

Methods
  NameDescription
Public methodCheckIsInside
Check whether the given target point lies within the radius of this arc.
Public methodConfigureConnection
Given a connection, configure it so that it is tangent to the surface arc.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodEstimateSurfaceDistance
Get an estimate of the surface distance of the result of GetSegment(Double), in meters.
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 methodGetHeadingFromParameter
Get the heading of the arc at a point specified by the given parameter.
Public methodGetSegment
Get the corresponding immutable surface geometry.
Public methodGetSurfacePointFromParameter
Get the point on the surface along the surface arc at the given parameter.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsSameDefinition
Determines if this arc has the same orientation and parameters as another arc.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodTargetPoint
Given a target point outside of the arc, find the heading that is tangent to the EllipsoidSurfaceCurve connecting the target point and the arc.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also