2027 Method
Changes 0
M

FaceArray.Insert

Description:
Insert the specified face into the array.
public virtual void Insert(
	Face item,
	int index
)
  • item
    The face to be inserted into the array.
  • Int32
    index
    The face will be inserted before this index.
Return Value Returns whether the face was inserted into the array.