IPolygonMesh Interface Methods Send Feedback
See Also 

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

Public Methods

 NameDescription
 MethodCreateExtensionDictionaryCreates a dictionary for the PolygonMesh.  
 MethodDeleteCustomDataDeletes the specified custom data from the PolygonMesh.  
 MethodDeleteHyperLinkDeletes a hyperlink attached to the PolygonMesh.  
 MethodGetBoundingBoxGets the bounding box enclosing the PolygonMesh.  
 MethodGetCustomDataGets the specified custom data for the PolygonMesh.  
 MethodGetExtensionDictionaryGets the dictionary for the PolygonMesh.  
 MethodGetHyperLinkGets the hyperlink attached to the PolygonMesh.  
 MethodGetMVertexCountGets the number of columns in the PolygonMesh.  
 MethodGetNVertexCountGets the number of rows in the PolygonMesh.  
 MethodGetVertexCoordinateGets the coordinates of the specified PolygonMesh vertex.  
 MethodGetVerticesCountGets the number of mesh vertices in the PolygonMesh.  
 MethodReleaseExtensionDictionaryReleases and erases the dictionary for the PolygonMesh, if the dictionary exists and is empty.  
 MethodSelectAdds or removes the selected PolygonMesh to or from the current selection set.  
 MethodSetCustomDataSets the custom data for the PolygonMesh.  
 MethodSetHyperLinkAttaches the specified hyperlink to the PolygonMesh.  
 MethodSetVertexCoordinateSets the coordinates of a PolygonMesh vertex.  
Top

See Also