API 文档 > Mechanica > Object ProMechvertex > Function ProMechvertexIncontactverticesGet
Function ProMechvertexIncontactverticesGet
Description
Obtains the list of the vertices that the geometry evaluation has combined because they are in contact with this one.
Licensing Requirement
Synopsis
ProMechvertexIncontactverticesGet
(
/* (In)
The vertex.
*/
ProMechVertex** in_contact_vertices
/* (Out)
ProArray of vertices that are in contact with this one.
*/
)
Returns
The function succeeded.
One or more input arguments are invalid.
No other vertices were found in contact with this one.
There is not enough memory to perform the operation.
A general error is encountered.
这对您有帮助吗?