Open CASCADE Technology
7.7.0
|
Compute a topological surface ( a shell) using generating wires. The face of the shell will be ruled surfaces passing by the wires. The wires must have the same number of edges. More...
#include <BRepFill_Generator.hxx>
Public Member Functions | |
BRepFill_Generator () | |
void | AddWire (const TopoDS_Wire &Wire) |
void | Perform () |
Compute the shell. More... | |
const TopoDS_Shell & | Shell () const |
const TopTools_DataMapOfShapeListOfShape & | Generated () const |
Returns all the shapes created. More... | |
const TopTools_ListOfShape & | GeneratedShapes (const TopoDS_Shape &SSection) const |
Returns the shapes created from a subshape <SSection> of a section. More... | |
TopoDS_Shape | ResultShape (const TopoDS_Shape &theShape) const |
Returns a modified shape in the constructed shell, If shape is not changed (replaced) during operation => returns the same shape. More... | |
void | SetMutableInput (const Standard_Boolean theIsMutableInput) |
Sets the mutable input state If true then the input profile can be modified inside the operation. Default value is true. More... | |
Standard_Boolean | IsMutableInput () const |
Returns the current mutable input state. More... | |
Compute a topological surface ( a shell) using generating wires. The face of the shell will be ruled surfaces passing by the wires. The wires must have the same number of edges.
BRepFill_Generator::BRepFill_Generator | ( | ) |
void BRepFill_Generator::AddWire | ( | const TopoDS_Wire & | Wire | ) |
const TopTools_DataMapOfShapeListOfShape& BRepFill_Generator::Generated | ( | ) | const |
Returns all the shapes created.
const TopTools_ListOfShape& BRepFill_Generator::GeneratedShapes | ( | const TopoDS_Shape & | SSection | ) | const |
Returns the shapes created from a subshape <SSection> of a section.
Standard_Boolean BRepFill_Generator::IsMutableInput | ( | ) | const |
Returns the current mutable input state.
void BRepFill_Generator::Perform | ( | ) |
Compute the shell.
TopoDS_Shape BRepFill_Generator::ResultShape | ( | const TopoDS_Shape & | theShape | ) | const |
Returns a modified shape in the constructed shell, If shape is not changed (replaced) during operation => returns the same shape.
void BRepFill_Generator::SetMutableInput | ( | const Standard_Boolean | theIsMutableInput | ) |
Sets the mutable input state If true then the input profile can be modified inside the operation. Default value is true.
const TopoDS_Shell& BRepFill_Generator::Shell | ( | ) | const |