Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

50495aa5 6a33 d231 9720 4cbfdc875e6c

haplokuon edited this page May 6, 2023 · 1 revision

Face3D(Vector2, Vector2, Vector2) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the Face3D class.

Definition

Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public Face3D(
	Vector2 firstVertex,
	Vector2 secondVertex,
	Vector2 thirdVertex
)

VB

Public Sub New ( 
	firstVertex As Vector2,
	secondVertex As Vector2,
	thirdVertex As Vector2
)

C++

public:
Face3D(
	Vector2 firstVertex, 
	Vector2 secondVertex, 
	Vector2 thirdVertex
)

F#

new : 
        firstVertex : Vector2 * 
        secondVertex : Vector2 * 
        thirdVertex : Vector2 -> Face3D

Parameters

  Vector2
Face3D first vertex.
  Vector2
Face3D second vertex.
  Vector2
Face3D third vertex.

See Also

Reference

Face3D Class
Face3D Overload
netDxf.Entities Namespace

Clone this wiki locally