PolyfaceMeshFace Class |
Namespace: netDxf.Entities
The PolyfaceMeshFace type exposes the following members.
| Name | Description | |
|---|---|---|
| PolyfaceMeshFace |
Initializes a new instance of the PolyfaceMeshFace class.
| |
| PolyfaceMeshFace(IEnumerableInt16) |
Initializes a new instance of the PolyfaceMeshFace class.
|
| Name | Description | |
|---|---|---|
| CodeName |
Gets the DXF object name.
(Inherited from DxfObject.) | |
| Handle |
Gets the handle assigned to the DXF object.
(Inherited from DxfObject.) | |
| Owner |
Gets the owner of the actual DxfObject.
(Inherited from DxfObject.) | |
| VertexIndexes |
Gets the list of indexes to the vertex list of a polyface mesh that makes up the face.
|
| Name | Description | |
|---|---|---|
| Clone |
Creates a new PolyfaceMeshFace that is a copy of the current instance.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString |
Converts the value of this instance to its equivalent string representation.
(Overrides DxfObjectToString.) |