#include <BOP_Loop.hxx>
Public Member Functions | |
Standard_EXPORT | BOP_Loop (const TopoDS_Shape &S) |
Creates the object using the shape S; . | |
Standard_EXPORT | BOP_Loop (const BOP_BlockIterator &BI) |
Creates the object using the BlockIterator BI; . | |
virtual Standard_EXPORT Standard_Boolean | IsShape () const |
Returns TRUE if the object was created using shape . | |
virtual Standard_EXPORT const TopoDS_Shape & | Shape () const |
Returns Shape from which the object was created Valid only when IsShape() is TRUE . | |
Standard_EXPORT const BOP_BlockIterator & | BlockIterator () const |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
Protected Attributes | |
Standard_Boolean | myIsShape |
TopoDS_Shape | myShape |
BOP_BlockIterator | myBlockIterator |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|