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

69131baa 5579 f1a9 83cc 9c47efbc909c

haplokuon edited this page May 6, 2023 · 1 revision

Solid(Vector2, Vector2, Vector2) Constructor

netDxf 3.0.0 Library

Initializes a new instance of the Solid class.

Definition

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

C#

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

VB

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

C++

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

F#

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

Parameters

  Vector2
Solid first vertex in OCS (object coordinate system).
  Vector2
Solid second vertex in OCS (object coordinate system).
  Vector2
Solid third vertex in OCS (object coordinate system).

See Also

Reference

Solid Class
Solid Overload
netDxf.Entities Namespace

Clone this wiki locally