C# Class CascadeSharp.TKBO.BOPTools.BOPTools_Set

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Add ( TopoDS_Shape theS, TopAbs_ShapeEnum theType ) : void
Assign ( BOPTools_Set Other ) : BOPTools_Set
BOPTools_Set ( ) : System
BOPTools_Set ( BOPTools_Set theOther ) : System
BOPTools_Set ( NCollection_BaseAllocator theAllocator ) : System
Clear ( ) : void
HashCode ( int theUpperBound ) : int
IsEqual ( BOPTools_Set aOther ) : bool
NbShapes ( ) : int
Shape ( ) : TopoDS_Shape

Method Details

Add() public method

public Add ( TopoDS_Shape theS, TopAbs_ShapeEnum theType ) : void
theS TopoDS_Shape
theType TopAbs_ShapeEnum
return void

Assign() public method

public Assign ( BOPTools_Set Other ) : BOPTools_Set
Other BOPTools_Set
return BOPTools_Set

BOPTools_Set() public method

public BOPTools_Set ( ) : System
return System

BOPTools_Set() public method

public BOPTools_Set ( BOPTools_Set theOther ) : System
theOther BOPTools_Set
return System

BOPTools_Set() public method

public BOPTools_Set ( NCollection_BaseAllocator theAllocator ) : System
theAllocator NCollection_BaseAllocator
return System

Clear() public method

public Clear ( ) : void
return void

HashCode() public method

public HashCode ( int theUpperBound ) : int
theUpperBound int
return int

IsEqual() public method

public IsEqual ( BOPTools_Set aOther ) : bool
aOther BOPTools_Set
return bool

NbShapes() public method

public NbShapes ( ) : int
return int

Shape() public method

public Shape ( ) : TopoDS_Shape
return TopoDS_Shape