Click or drag to resize

PolyfaceMeshVertex Class

Represents a polyface mesh vertex.
Inheritance Hierarchy
SystemObject
  DXFReaderNETDxfObject
    DXFReaderNET.EntitiesPolyfaceMeshVertex

Namespace:  DXFReaderNET.Entities
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public class PolyfaceMeshVertex : DxfObject, 
	ICloneable

The PolyfaceMeshVertex type exposes the following members.

Constructors
  NameDescription
Public methodPolyfaceMeshVertex
Initializes a new instance of the PolylineVertex class.
Public methodPolyfaceMeshVertex(Vector3)
Initializes a new instance of the PolylineVertex class.
Public methodPolyfaceMeshVertex(Double, Double, Double)
Initializes a new instance of the PolylineVertex class.
Top
Properties
  NameDescription
Public propertyCodeName
Gets the dxf entity type string.
(Inherited from DxfObject.)
Public propertyHandle
Gets the handle assigned to the dxf object.
(Inherited from DxfObject.)
Public propertyLocation
Gets or sets the polyface mesh vertex location.
Public propertyOwner
Gets the owner of the actual dxf object.
(Inherited from DxfObject.)
Top
Methods
  NameDescription
Public methodClone
Creates a new PolyfaceMeshVertex that is a copy of the current instance.
Public methodToString
Converts the value of this instance to its equivalent string representation.
(Overrides DxfObjectToString.)
Top
See Also