CascadeSharp.TKBool.BRepAlgo.BRepAlgo_AsDes.HasCommonDescendant C# (CSharp) Method

HasCommonDescendant() public method

public HasCommonDescendant ( TopoDS_Shape S1, TopoDS_Shape S2, TopTools_ListOfShape LC ) : bool
S1 TopoDS_Shape
S2 TopoDS_Shape
LC TopTools_ListOfShape
return bool
        public bool HasCommonDescendant(TopoDS_Shape S1, TopoDS_Shape S2, TopTools_ListOfShape LC)
        {
            throw new NotImplementedException();
        }