Vertex(Int32, PointD, Vertex, Vertex) Constructor

Initializes a new instance of the Vertex class

Definition

Namespace: PCBI_PanelBuilderNesting.MainWork
Assembly: PCBI.Nesting_Library (in PCBI.Nesting_Library.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public Vertex(
	int i,
	PointD pt,
	Vertex n,
	Vertex p
)

Parameters

i  Int32
 
pt  PointD
 
n  Vertex
 
p  Vertex
 

See Also