2027 Constructor
Changes 0
C

PolymeshFacet

Description:
Creates a PolymeshFacet with the supplied vertices.
public PolymeshFacet(
	int v1,
	int v2,
	int v3
)
  • Int32
    v1
    The first vertex.
  • Int32
    v2
    The second vertex.
  • Int32
    v3
    The third vertex.