MeshTopologyEdgeListIsHidden Method |
Returns true if the topological edge is hidden. The mesh topology
edge is hidden only if either of its mesh topology vertices is hidden.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool IsHidden(
int topologyEdgeIndex
)
Public Function IsHidden (
topologyEdgeIndex As Integer
) As Boolean
Parameters
- topologyEdgeIndex
- Type: SystemInt32
An index of a topology edge in TopologyEdges.
Return Value
Type:
Booleantrue if mesh topology edge is hidden.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also