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