C# Class CascadeSharp.TKBool.BRepAlgo.BRepAlgo_AsDes

Inheritance: Standard_Transient
Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Add ( TopoDS_Shape S, TopTools_ListOfShape SS ) : void
Add ( TopoDS_Shape S, TopoDS_Shape SS ) : void
Ascendant ( TopoDS_Shape S ) : TopTools_ListOfShape
BRepAlgo_AsDes ( ) : System
BRepAlgo_AsDes ( BRepAlgo_AsDes parameter1 ) : System
BackReplace ( TopoDS_Shape OldS, TopoDS_Shape NewS, TopTools_ListOfShape L, bool InUp ) : void
ChangeDescendant ( TopoDS_Shape S ) : TopTools_ListOfShape
Clear ( ) : void
Descendant ( TopoDS_Shape S ) : TopTools_ListOfShape
HasAscendant ( TopoDS_Shape S ) : bool
HasCommonDescendant ( TopoDS_Shape S1, TopoDS_Shape S2, TopTools_ListOfShape LC ) : bool
HasDescendant ( TopoDS_Shape S ) : bool
Remove ( TopoDS_Shape S ) : void
Replace ( TopoDS_Shape OldS, TopoDS_Shape NewS ) : void
get_type_name ( ) : char

Method Details

Add() public method

public Add ( TopoDS_Shape S, TopTools_ListOfShape SS ) : void
S TopoDS_Shape
SS TopTools_ListOfShape
return void

Add() public method

public Add ( TopoDS_Shape S, TopoDS_Shape SS ) : void
S TopoDS_Shape
SS TopoDS_Shape
return void

Ascendant() public method

public Ascendant ( TopoDS_Shape S ) : TopTools_ListOfShape
S TopoDS_Shape
return TopTools_ListOfShape

BRepAlgo_AsDes() public method

public BRepAlgo_AsDes ( ) : System
return System

BRepAlgo_AsDes() public method

public BRepAlgo_AsDes ( BRepAlgo_AsDes parameter1 ) : System
parameter1 BRepAlgo_AsDes
return System

BackReplace() public method

public BackReplace ( TopoDS_Shape OldS, TopoDS_Shape NewS, TopTools_ListOfShape L, bool InUp ) : void
OldS TopoDS_Shape
NewS TopoDS_Shape
L TopTools_ListOfShape
InUp bool
return void

ChangeDescendant() public method

public ChangeDescendant ( TopoDS_Shape S ) : TopTools_ListOfShape
S TopoDS_Shape
return TopTools_ListOfShape

Clear() public method

public Clear ( ) : void
return void

Descendant() public method

public Descendant ( TopoDS_Shape S ) : TopTools_ListOfShape
S TopoDS_Shape
return TopTools_ListOfShape

HasAscendant() public method

public HasAscendant ( TopoDS_Shape S ) : bool
S TopoDS_Shape
return bool

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

HasDescendant() public method

public HasDescendant ( TopoDS_Shape S ) : bool
S TopoDS_Shape
return bool

Remove() public method

public Remove ( TopoDS_Shape S ) : void
S TopoDS_Shape
return void

Replace() public method

public Replace ( TopoDS_Shape OldS, TopoDS_Shape NewS ) : void
OldS TopoDS_Shape
NewS TopoDS_Shape
return void

get_type_name() public method

public get_type_name ( ) : char
return char