PolyfaceMeshVertex Constructor (Vector3)
|
Initializes a new instance of the PolylineVertex class.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public PolyfaceMeshVertex(
Vector3 location
)
Public Sub New (
location As Vector3
)
public:
PolyfaceMeshVertex(
Vector3 location
)
new :
location : Vector3 -> PolyfaceMeshVertex
CONSTRUCTOR(
location AS Vector3
)
Parameters
- location
- Type: DXFReaderNETVector3
Polyface mesh vertex location.
See Also