Click or drag to resize

GH_MeshFace Constructor

Overload List
  NameDescription
Public methodGH_MeshFace
Default constructor. Sets all corners to 0.
Public methodGH_MeshFace(GH_MeshFace)
Create a duplicate of another mesh face
Public methodGH_MeshFace(MeshFace)
Create a duplicate of another mesh face.
Public methodGH_MeshFace(Int32, Int32, Int32)
Create a triangular mesh face from 3 corners indices.
Public methodGH_MeshFace(Int32, Int32, Int32, Int32)
Create a quadrangular mesh face from 4 corners indices.
Top
See Also