PointList.add Method¶
Module: PointList
Definition¶
Adds an item to the PointList object.
add(self, point_item: Point) -> None
Parameters
point_itemPointin Point item to add.
Exceptions
An error has occurred during Face Library execution.
void add(Point pointItem)
Parameters
pointItemPointin Point item to add.
Exceptions
An error has occurred during Face Library execution.
public void Add(Point pointItem)
Parameters
pointItemPointin Point item to add.
Exceptions
An error has occurred during Face Library execution.
public void add(Point pointItem) throws FaceException
Parameters
pointItemPointin Point item to add.
Exceptions
An error has occurred during Face Library execution.
public func add(pointItem: Point) throws
Parameters
pointItemPointin Point item to add.
Exceptions
An error has occurred during Face Library execution.
int id3FacePointList_Add (
ID3_FACE_POINT_LIST hPointList,
const id3FacePoint * sPointItem)
Parameters
hPointListID3_FACE_POINT_LISTin Handle to the PointList object.sPointItemconst id3FacePoint *in Point item to add.
Returns