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