Click or drag to resize

PolylineSegment Class

Descibes a Polyline segment
Inheritance Hierarchy
SystemObject
  Gile.AutoCAD.GeometryPolylineSegment

Namespace:  Gile.AutoCAD.Geometry
Assembly:  GeometryExtensions (in GeometryExtensions.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public class PolylineSegment

The PolylineSegment type exposes the following members.

Constructors
  NameDescription
Public methodPolylineSegment(CircularArc2d)
Creates a new instance of PolylineSegment.
Public methodPolylineSegment(LineSegment2d)
Creates a new instance of PolylineSegment.
Public methodPolylineSegment(Point2d, Point2d, Double, Double)
Creates a new instance of PolylineSegment.
Public methodPolylineSegment(Point2d, Point2d, Double, Double, Double)
Creates a new instance of PolylineSegment. Créé une nouvelle instance de PolylineSegment.
Top
Properties
  NameDescription
Public propertyBulge
Gets or sets the bulge of the segment.
Public propertyEndPoint
Gets or sets the end point of the segment.
Public propertyEndWidth
Gets or sets the end width of the segment.
Public propertyIsLinear
Gets a value indicating if the segment is linear.
Public propertyStartPoint
Gets or sets the start point of the segment.
Public propertyStartWidth
Gets or sets the start width of the segment.
Top
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