IPolyFaceMesh Interface Members Send Feedback
See Also  Properties  Methods 

The following tables list the members exposed by IPolyFaceMesh.

Public Properties

 NameDescription
 PropertyColorGets or sets the LineColor of this polygon face mesh.  
 PropertyErasedGets or sets whether to erase or restore the polygon face mesh.  
 PropertyHandleGets the value of the handle of the polygon face mesh.  
 PropertyLayerGets or sets the name of the Layer of the of the polygon face mesh.  
 PropertyLineScaleGets or sets the scale factor for the polygon face mesh's LineStyle.  
 PropertyLineStyleGets or sets the name of the LineStyle for the polygon face mesh.  
 PropertyLineWeightGets or sets the LineWeight for the polygon face mesh.  
 PropertyPrintStyleGets or sets the name of the PrintStyle for this polygon face mesh.  
 PropertyTransparencyGets or sets the transparency object for this polygon face mesh.  
 PropertyVisibleGets or sets whether to show the polygon face mesh in the drawing.  
Top

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