Open CASCADE Technology  6.9.0
Public Member Functions | Protected Member Functions | Protected Attributes

ShapeUpgrade_ShapeDivide Class Reference

Divides a all faces in shell with given criteria Shell. More...

#include <ShapeUpgrade_ShapeDivide.hxx>

Inheritance diagram for ShapeUpgrade_ShapeDivide:
Inheritance graph
[legend]

Public Member Functions

 ShapeUpgrade_ShapeDivide ()
 
 ShapeUpgrade_ShapeDivide (const TopoDS_Shape &S)
 Initialize by a Shape. More...
 
void Init (const TopoDS_Shape &S)
 Initialize by a Shape. More...
 
virtual void Delete ()
 
virtual ~ShapeUpgrade_ShapeDivide ()
 
void SetPrecision (const Standard_Real Prec)
 Defines the spatial precision used for splitting. More...
 
void SetMaxTolerance (const Standard_Real maxtol)
 Sets maximal allowed tolerance. More...
 
void SetMinTolerance (const Standard_Real mintol)
 Sets minimal allowed tolerance. More...
 
void SetSurfaceSegmentMode (const Standard_Boolean Segment)
 Purpose sets mode for trimming (segment) surface by wire UV bounds. More...
 
virtual Standard_Boolean Perform (const Standard_Boolean newContext=Standard_True)
 Performs splitting and computes the resulting shape If newContext is True (default), the internal context will be cleared at start, else previous substitutions will be acting. More...
 
TopoDS_Shape Result () const
 Gives the resulting Shape, or Null shape if not done. More...
 
Handle< ShapeBuild_ReShapeGetContext () const
 Returns context with all the modifications made during last call(s) to Perform() recorded. More...
 
void SetContext (const Handle< ShapeBuild_ReShape > &context)
 Sets context with recorded modifications to be applied during next call(s) to Perform(shape,Standard_False) More...
 
virtual void SetMsgRegistrator (const Handle< ShapeExtend_BasicMsgRegistrator > &msgreg)
 Sets message registrator. More...
 
Handle
< ShapeExtend_BasicMsgRegistrator
MsgRegistrator () const
 Returns message registrator. More...
 
void SendMsg (const TopoDS_Shape &shape, const Message_Msg &message, const Message_Gravity gravity=Message_Info) const
 Sends a message to be attached to the shape. Calls corresponding message of message registrator. More...
 
Standard_Boolean Status (const ShapeExtend_Status status) const
 Queries the status of last call to Perform OK : no splitting was done (or no call to Perform) DONE1: some edges were splitted DONE2: surface was splitted FAIL1: some errors occured. More...
 
void SetSplitFaceTool (const Handle< ShapeUpgrade_FaceDivide > &splitFaceTool)
 Sets the tool for splitting faces. More...
 
void SetEdgeMode (const Standard_Integer aEdgeMode)
 Sets mode for splitting 3d curves from edges. 0 - only curve 3d from free edges. 1 - only curve 3d from shared edges. 2 - all curve 3d. More...
 

Protected Member Functions

virtual Handle
< ShapeUpgrade_FaceDivide
GetSplitFaceTool () const
 Returns the tool for splitting faces. More...
 
virtual Message_Msg GetFaceMsg () const
 
virtual Message_Msg GetWireMsg () const
 
virtual Message_Msg GetEdgeMsg () const
 Returns a message decsribing modification of a shape. More...
 

Protected Attributes

Handle< ShapeBuild_ReShapemyContext
 
Handle
< ShapeExtend_BasicMsgRegistrator
myMsgReg
 
TopoDS_Shape myShape
 
TopoDS_Shape myResult
 
Standard_Real myPrecision
 
Standard_Real myMinTol
 
Standard_Real myMaxTol
 
Standard_Boolean mySegmentMode
 
Standard_Integer myStatus
 
Standard_Integer myEdgeMode
 

Detailed Description

Divides a all faces in shell with given criteria Shell.

Constructor & Destructor Documentation

ShapeUpgrade_ShapeDivide::ShapeUpgrade_ShapeDivide ( )
ShapeUpgrade_ShapeDivide::ShapeUpgrade_ShapeDivide ( const TopoDS_Shape S)

Initialize by a Shape.

virtual ShapeUpgrade_ShapeDivide::~ShapeUpgrade_ShapeDivide ( )
inlinevirtual

Member Function Documentation

virtual void ShapeUpgrade_ShapeDivide::Delete ( )
virtual
Handle< ShapeBuild_ReShape > ShapeUpgrade_ShapeDivide::GetContext ( ) const

Returns context with all the modifications made during last call(s) to Perform() recorded.

virtual Message_Msg ShapeUpgrade_ShapeDivide::GetEdgeMsg ( ) const
protectedvirtual

Returns a message decsribing modification of a shape.

Reimplemented in ShapeUpgrade_ShapeConvertToBezier.

virtual Message_Msg ShapeUpgrade_ShapeDivide::GetFaceMsg ( ) const
protectedvirtual
virtual Handle< ShapeUpgrade_FaceDivide > ShapeUpgrade_ShapeDivide::GetSplitFaceTool ( ) const
protectedvirtual

Returns the tool for splitting faces.

Reimplemented in ShapeUpgrade_ShapeConvertToBezier, ShapeUpgrade_ShapeDivideContinuity, and ShapeUpgrade_ShapeDivideArea.

virtual Message_Msg ShapeUpgrade_ShapeDivide::GetWireMsg ( ) const
protectedvirtual
void ShapeUpgrade_ShapeDivide::Init ( const TopoDS_Shape S)

Initialize by a Shape.

Handle< ShapeExtend_BasicMsgRegistrator > ShapeUpgrade_ShapeDivide::MsgRegistrator ( ) const

Returns message registrator.

virtual Standard_Boolean ShapeUpgrade_ShapeDivide::Perform ( const Standard_Boolean  newContext = Standard_True)
virtual

Performs splitting and computes the resulting shape If newContext is True (default), the internal context will be cleared at start, else previous substitutions will be acting.

Reimplemented in ShapeUpgrade_ShapeConvertToBezier.

TopoDS_Shape ShapeUpgrade_ShapeDivide::Result ( ) const

Gives the resulting Shape, or Null shape if not done.

void ShapeUpgrade_ShapeDivide::SendMsg ( const TopoDS_Shape shape,
const Message_Msg message,
const Message_Gravity  gravity = Message_Info 
) const

Sends a message to be attached to the shape. Calls corresponding message of message registrator.

void ShapeUpgrade_ShapeDivide::SetContext ( const Handle< ShapeBuild_ReShape > &  context)

Sets context with recorded modifications to be applied during next call(s) to Perform(shape,Standard_False)

void ShapeUpgrade_ShapeDivide::SetEdgeMode ( const Standard_Integer  aEdgeMode)

Sets mode for splitting 3d curves from edges. 0 - only curve 3d from free edges. 1 - only curve 3d from shared edges. 2 - all curve 3d.

void ShapeUpgrade_ShapeDivide::SetMaxTolerance ( const Standard_Real  maxtol)

Sets maximal allowed tolerance.

void ShapeUpgrade_ShapeDivide::SetMinTolerance ( const Standard_Real  mintol)

Sets minimal allowed tolerance.

virtual void ShapeUpgrade_ShapeDivide::SetMsgRegistrator ( const Handle< ShapeExtend_BasicMsgRegistrator > &  msgreg)
virtual

Sets message registrator.

void ShapeUpgrade_ShapeDivide::SetPrecision ( const Standard_Real  Prec)

Defines the spatial precision used for splitting.

void ShapeUpgrade_ShapeDivide::SetSplitFaceTool ( const Handle< ShapeUpgrade_FaceDivide > &  splitFaceTool)

Sets the tool for splitting faces.

void ShapeUpgrade_ShapeDivide::SetSurfaceSegmentMode ( const Standard_Boolean  Segment)

Purpose sets mode for trimming (segment) surface by wire UV bounds.

Standard_Boolean ShapeUpgrade_ShapeDivide::Status ( const ShapeExtend_Status  status) const

Queries the status of last call to Perform OK : no splitting was done (or no call to Perform) DONE1: some edges were splitted DONE2: surface was splitted FAIL1: some errors occured.

Field Documentation

Handle< ShapeBuild_ReShape > ShapeUpgrade_ShapeDivide::myContext
protected
Standard_Integer ShapeUpgrade_ShapeDivide::myEdgeMode
protected
Standard_Real ShapeUpgrade_ShapeDivide::myMaxTol
protected
Standard_Real ShapeUpgrade_ShapeDivide::myMinTol
protected
Handle< ShapeExtend_BasicMsgRegistrator > ShapeUpgrade_ShapeDivide::myMsgReg
protected
Standard_Real ShapeUpgrade_ShapeDivide::myPrecision
protected
TopoDS_Shape ShapeUpgrade_ShapeDivide::myResult
protected
Standard_Boolean ShapeUpgrade_ShapeDivide::mySegmentMode
protected
TopoDS_Shape ShapeUpgrade_ShapeDivide::myShape
protected
Standard_Integer ShapeUpgrade_ShapeDivide::myStatus
protected

The documentation for this class was generated from the following file: