IPolyFaceMesh Interface Methods Send Feedback
See Also 

For a list of all members of this type, see IPolyFaceMesh members.

Public Methods

 NameDescription
 MethodAddFaceAdds a Face to the mesh using mesh vertex indexes.  
 MethodAddVertexAdds a mesh vertex to the mesh.  
 MethodCreateExtensionDictionaryCreates a dictionary for the polygon face mesh.  
 MethodDeleteCustomDataDeletes the specified custom data from the polygon face mesh.  
 MethodDeleteHyperLinkDeletes a hyperlink attached to the polygon face mesh.  
 MethodGetBoundingBoxGets the bounding box enclosing the polygon face mesh.  
 MethodGetCustomDataGets the specified custom data for the polygon face mesh.  
 MethodGetExtensionDictionaryGets the dictionary for the polygon face mesh.  
 MethodGetFaceGets the mesh vertex indexes of the specified mesh face.  
 MethodGetFacesCountGets the number of mesh faces.  
 MethodGetHyperLinkGets the hyperlink attached to the polygon face mesh.  
 MethodGetVertexCoordinateGets the coordinates of the vertex of the specified polygon face mesh.  
 MethodGetVerticesCountGets the number of mesh vertices in the polygon face mesh.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the polygon face mesh, if the dictionary exists and is empty.  
 MethodSelectAdds or removes the selected polygon face mesh to or from the current selection set.  
 MethodSetCustomDataSets the custom data for the polygon face mesh.  
 MethodSetHyperLinkAttaches a hyperlink to the polygon face mesh.  
 MethodSetVertexCoordinateSets the coordinates of a vertex of the polygon face mesh.  
Top

See Also