SurfacePositionType
-
cee.ug.SurfacePositionType Type of position for the query to return
Enumeration Members
-
cee.ug.SurfacePositionType.ELEMENT_SURFACE_CENTROID - ELEMENT_SURFACE_CENTROID: 0
The query will return the centroid of all visible element surfaces on the given part
-
cee.ug.SurfacePositionType.NODE - NODE: 1
The query will return all nodes on the visible surface of the given part
-
cee.ug.SurfacePositionType.NON_OUTLINE_NODE - NON_OUTLINE_NODE: 3
The query will return all nodes that are not on an outline edge of the visible surface og the given part. This will typically be internal nodes for a flat 2D surface (e.g. an inlet).
-
cee.ug.SurfacePositionType.OUTLINE_NODE - OUTLINE_NODE: 2
The query will return all nodes that are on an outline edge of the visible surface og the given part. This will typically be external/border nodes for a flat 2D surface (e.g. an inlet).