Element2dShape Enumeration
|
Represents the element shape criteria.
Namespace: Teigha.BoundaryRepresentation
Assembly: TD_MgdBrep (in TD_MgdBrep.dll)
Version: 0.0.0.0
Syntax
public enum Element2dShape
Public Enumeration Element2dShape
public enum class Element2dShape
Members
| Member name |
Value |
Description |
| Default |
0 |
Default. |
| AllPolygons |
1 |
All polygons. |
| AllQuadrilaterals |
2 |
All quadrilaterals. |
| AllTriangles |
3 |
All triangles. |
See Also