API Help
Eplan.EplApi.DataModel.E3D Namespace / Mesh Class / FacePoints Property
Face identifier. Valid values are from 0 to FaceCount-1.

In This Topic
    FacePoints Property
    In This Topic
    Returns points for a given id of face.
    Syntax
    public PointD3D[] FacePoints( 
       uint id
    ) {get;}
    public:
    property array<PointD3D>^ FacePoints {
       array<PointD3D>^ get(uint id);
    }

    Parameters

    id
    Face identifier. Valid values are from 0 to FaceCount-1.

    Property Value

    Points for a given id of face.
    See Also