SplineEntity3dGetContinuityAtKnot(Int32,
Tolerance) Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public int GetContinuityAtKnot(
int i,
Tolerance tolerance
)
Public Function GetContinuityAtKnot (
i As Integer,
tolerance As Tolerance
) As Integer
public:
int GetContinuityAtKnot(
int i,
Tolerance tolerance
)
member GetContinuityAtKnot :
i : int *
tolerance : Tolerance -> int
Parameters
- i Int32
-
- tolerance Tolerance
-
Return Value
Int32
See Also