FaceRecord(Int16, Int16, Int16, Int16) Constructor

Constructor for the FaceRecord class. Creates a face record using vertices as four corner points of a face.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public FaceRecord(
        short vertex0,
        short vertex1,
        short vertex2,
        short vertex3
)

Parameters

vertex0  Int16
[in] Index number of the first vertex for the face.
vertex1  Int16
[in] Index number of the second vertex for the face.
vertex2  Int16
[in] Index number of the third vertex for the face.
vertex3  Int16
[in] Index number of the fourth vertex for the face.
See Also

©  Bricsys NV. All rights reserved.