Share

PolymeshFacet Constructor

Creates a PolymeshFacet with the supplied vertices.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public PolymeshFacet(
	int v1,
	int v2,
	int v3
)

Parameters

v1  Int32
The first vertex.
v2  Int32
The second vertex.
v3  Int32
The third vertex.

See Also

Reference

Was this information helpful?