EntityTypeΒΆ webVis API ReferenceEntityTypeEnumeration EntityTypeThe possible types of a topological entity. Analogous to enum TopologyType. Each topological entity also has a more specific subtype, as defined in the TopologySubType enum. See TopologyHandle TopologySubType TopologyAPI IndexEnumeration MembersEDGE FACE POINT SHAPE Enumeration MembersEDGEEDGE: 2An edge within a shape. This can be a line segment, circular arc, or other kind of edge. FACEFACE: 1A face within a shape. This can be a planar or non-planar face. POINTPOINT: 3A point within a shape. SHAPESHAPE: 4A shape, which can contain faces, edges, and points.
The possible types of a topological entity. Analogous to enum TopologyType. Each topological entity also has a more specific subtype, as defined in the TopologySubType enum.
See