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

a3a1cb8f 7ed5 4f6e e13f 370a93735442

haplokuon edited this page May 6, 2023 · 1 revision

Face3D(Vector3, Vector3, Vector3) 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(
	Vector3 firstVertex,
	Vector3 secondVertex,
	Vector3 thirdVertex
)

VB

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

C++

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

F#

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

Parameters

  Vector3
Face3D first vertex.
  Vector3
Face3D second vertex.
  Vector3
Face3D third vertex.

See Also

Reference

Face3D Class
Face3D Overload
netDxf.Entities Namespace

Clone this wiki locally