PolyfaceMeshVertex Class |
Namespace: DXFReaderNET.Entities
The PolyfaceMeshVertex type exposes the following members.
| Name | Description | |
|---|---|---|
| PolyfaceMeshVertex |
Initializes a new instance of the PolylineVertex class.
| |
| PolyfaceMeshVertex(Vector3) |
Initializes a new instance of the PolylineVertex class.
| |
| PolyfaceMeshVertex(Double, Double, Double) |
Initializes a new instance of the PolylineVertex class.
|
| Name | Description | |
|---|---|---|
| CodeName |
Gets the dxf entity type string.
(Inherited from DxfObject.) | |
| Handle |
Gets the handle assigned to the dxf object.
(Inherited from DxfObject.) | |
| Location |
Gets or sets the polyface mesh vertex location.
| |
| Owner |
Gets the owner of the actual dxf object.
(Inherited from DxfObject.) |
| Name | Description | |
|---|---|---|
| Clone |
Creates a new PolyfaceMeshVertex that is a copy of the current instance.
| |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides DxfObjectToString.) |