Subroutine returns left and right propery of a face.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_face_descriptor_type), | intent(in) | :: | faces | The face descriptor the face is located in. |
||
integer, | intent(in) | :: | facePos | The position of the face in the face descriptor. |
||
integer, | intent(out) | :: | leftPrp | The left property of the face. |
||
integer, | intent(out) | :: | rightPrp | The right property of the face. |