CurveCurveIntersector3dIsTangential Method
|
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
public bool IsTangential(
int intersection
)
Public Function IsTangential (
intersection As Integer
) As Boolean
public:
bool IsTangential(
int intersection
)
member IsTangential :
intersection : int -> bool
Parameters
- intersection
- Type: SystemInt32
Return Value
Type:
Boolean
See Also