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

In This Topic
FaceNormalVector Property
In This Topic
Returns normal vector for face with a given id.
Syntax
public ValueType FaceNormalVector( 
   uint id
) {get;}

Parameters

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

Property Value

Normal vector for face with a given id.
See Also