Curve3dIsLinear(Line3d,
Tolerance) Method
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public bool IsLinear(
        out Line3d line,
        Tolerance tolerance
)
 
Public Function IsLinear ( 
        <OutAttribute> ByRef line As Line3d,
        tolerance As Tolerance
) As Boolean
 
public:
bool IsLinear(
        [OutAttribute] Line3d^% line, 
        Tolerance tolerance
)
 
member IsLinear : 
        line : Line3d byref * 
        tolerance : Tolerance -> bool 
 
 
 
Parameters
- line  Line3d
 
-  
 
- tolerance  Tolerance
 
-  
 
Return Value
Boolean
 
See Also