Skip to content

PolymeshFacet

Public Constructor

Creates a PolymeshFacet with the supplied vertices.

Namespace: Autodesk.Revit.DB

Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

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

Parameters

v1Int32

The first vertex.

v2Int32

The second vertex.

v3Int32

The third vertex.