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