PolymeshEdgeTypeEnum Enumeration |
The type of the polymesh edge. This should always correspond 1:1 with
geometry::IndirectEdge_s::EdgeType_e on the Tekla Structures Core side
Namespace: Tekla.Structures.Geometry3d
Assembly: Tekla.Structures (in Tekla.Structures.dll) Version: 2023.0.3
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
VISIBLE_EDGE | 1 | Explicitly states that this edge is visible | |
INVISIBLE_EDGE | 2 | For hiding edges in visualizations |
See Also