SurfaceIsClosedInV(Tolerance)
Method
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public bool IsClosedInV(
        Tolerance tolerance
)
 
Public Function IsClosedInV ( 
        tolerance As Tolerance
) As Boolean
 
public:
bool IsClosedInV(
        Tolerance tolerance
)
 
member IsClosedInV : 
        tolerance : Tolerance -> bool 
 
 
 
Parameters
- tolerance  Tolerance
 
-  
 
Return Value
Boolean
 
See Also