PolylineSegment Class |
Namespace: Gile.AutoCAD.Geometry
The PolylineSegment type exposes the following members.
Name | Description | |
---|---|---|
![]() | PolylineSegment(CircularArc2d) |
Creates a new instance of PolylineSegment.
|
![]() | PolylineSegment(LineSegment2d) |
Creates a new instance of PolylineSegment.
|
![]() | PolylineSegment(Point2d, Point2d, Double, Double) |
Creates a new instance of PolylineSegment.
|
![]() | PolylineSegment(Point2d, Point2d, Double, Double, Double) |
Creates a new instance of PolylineSegment.
Créé une nouvelle instance de PolylineSegment.
|
Name | Description | |
---|---|---|
![]() | Bulge |
Gets or sets the bulge of the segment.
|
![]() | EndPoint |
Gets or sets the end point of the segment.
|
![]() | EndWidth |
Gets or sets the end width of the segment.
|
![]() | IsLinear |
Gets a value indicating if the segment is linear.
|
![]() | StartPoint |
Gets or sets the start point of the segment.
|
![]() | StartWidth |
Gets or sets the start width of the segment.
|
Name | Description | |
---|---|---|
![]() | Equals |
Evaluates is the specified PolylineSegment is equal to the current one.
(Overrides ObjectEquals(Object).) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode |
Serves as the PolylineSegment hash function.
(Overrides ObjectGetHashCode.) |
![]() | GetParameterOf |
Returns the parameter at point value.
|
![]() | GetType | (Inherited from Object.) |
![]() | Inverse |
Reverses the segment.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToCircularArc |
Converts the circular arc segment into an instance of CircularArc2d.
|
![]() | ToCurve2d |
Convertit le segment en instance de Curve2d.
|
![]() | ToLineSegment |
Converts the linear segment into an instance of Line2dSegment.
|
![]() | ToString |
Overrides the ToString method for the PolylineSegment type.
(Overrides ObjectToString.) |