Click or drag to resize

PolylineSegment Methods

The PolylineSegment type exposes the following members.

Methods
  NameDescription
Public methodEquals
Evaluates is the specified PolylineSegment is equal to the current one.
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Serves as the PolylineSegment hash function.
(Overrides ObjectGetHashCode.)
Public methodGetParameterOf
Returns the parameter at point value.
Public methodGetType (Inherited from Object.)
Public methodInverse
Reverses the segment.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToCircularArc
Converts the circular arc segment into an instance of CircularArc2d.
Public methodToCurve2d
Convertit le segment en instance de Curve2d.
Public methodToLineSegment
Converts the linear segment into an instance of Line2dSegment.
Public methodToString
Overrides the ToString method for the PolylineSegment type.
(Overrides ObjectToString.)
Top
See Also