PointList.set Method¶
Module: PointList
Definition¶
Sets an item of the PointList object.
set(self, index: int, point_item: Point) -> None
Parameters
Exceptions
An error has occurred during Face Library execution.
void set(int index, Point pointItem)
Parameters
Exceptions
An error has occurred during Face Library execution.
public void Set(int index, Point pointItem)
Parameters
Exceptions
An error has occurred during Face Library execution.
public void set(int index, Point pointItem) throws FaceException
Parameters
Exceptions
An error has occurred during Face Library execution.
public func set(index: Int32, pointItem: Point) throws
Parameters
Exceptions
An error has occurred during Face Library execution.
int id3FacePointList_Set (
ID3_FACE_POINT_LIST hPointList,
int index,
const id3FacePoint * sPointItem)
Parameters
hPointList
ID3_FACE_POINT_LISTin Handle to the PointList object.index
intin Index of the Point item to set.sPointItem
const id3FacePoint *in Point item to set.
Returns