RVTDocs.com
Namespace: Autodesk.Revit.DB Class: PolymeshFacet

PolymeshFacet

Constructor
Description:
Creates a PolymeshFacet with the supplied vertices.
Syntax
public PolymeshFacet(
	int v1,
	int v2,
	int v3
)
Parameters
Parameter Type Description
v1 Int32 The first vertex.
v2 Int32 The second vertex.
v3 Int32 The third vertex.
Return Value