Description
Sets mappers to be the array of face mappers used by the FaceData object. The array must have exactly the same number of elements as there are faces in the mesh or shell it is used with. The array elements control the individual face mapper. The order of the array elements corresponds with the order of the faces in the mesh or shell--the first array element is used as the mapper for the first mesh or shell face, the second element for the second face, etc. For faces that do not have a per-face mapper override, the corresponding entries should be occupied by Mapper.Identity.
Visual Basic
Public Function SetMappers( mappers As Mapper[] ) As void
C#
public void SetMappers( Mapper\[\] mappers );
Parameters
| Parameters | Description |
|---|---|
| Mapper[] mappers | Input face mappers to be set on the this object. |
Links
FaceData Class, Autodesk.AutoCAD.GraphicsInterface Namespace