PolylineVertex Class |
Namespace: DXFReaderNET.Entities
The PolylineVertex type exposes the following members.
Name | Description | |
---|---|---|
PolylineVertex |
Initializes a new instance of the PolylineVertex class.
| |
PolylineVertex(Vector3) |
Initializes a new instance of the PolylineVertex class.
| |
PolylineVertex(Double, Double, Double) |
Initializes a new instance of the PolylineVertex class.
|
Name | Description | |
---|---|---|
Bulge |
Gets or set the light weight polyline bulge.
| |
CodeName |
Gets the dxf entity type string.
(Inherited from DxfObject.) | |
EndWidth |
Gets or sets the light weight polyline end segment width.
| |
Handle |
Gets the handle assigned to the dxf object.
(Inherited from DxfObject.) | |
Owner |
Gets the owner of the actual dxf object.
(Inherited from DxfObject.) | |
Position |
Gets or sets the vertex position.
| |
StartWidth |
Gets or sets the light weight polyline start segment width.
|
Name | Description | |
---|---|---|
Clone |
Creates a new PolylineVertex that is a copy of the current instance.
| |
ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides DxfObjectToString.) |