Open CASCADE Technology  6.9.0
Public Member Functions

ShapeCustom_RestrictionParameters Class Reference

This class is axuluary tool which contains parameters for BSplineRestriction class. More...

#include <ShapeCustom_RestrictionParameters.hxx>

Inheritance diagram for ShapeCustom_RestrictionParameters:
Inheritance graph
[legend]

Public Member Functions

 ShapeCustom_RestrictionParameters ()
 Sets default parameters. More...
 
Standard_IntegerGMaxDegree ()
 Returns (modifiable) maximal degree of approximation. More...
 
Standard_IntegerGMaxSeg ()
 Returns (modifiable) maximal number of spans of approximation. More...
 
Standard_BooleanConvertPlane ()
 Sets flag for define if Plane converted to BSpline surface. More...
 
Standard_BooleanConvertBezierSurf ()
 Sets flag for define if Bezier surface converted to BSpline surface. More...
 
Standard_BooleanConvertRevolutionSurf ()
 Sets flag for define if surface of Revolution converted to BSpline surface. More...
 
Standard_BooleanConvertExtrusionSurf ()
 Sets flag for define if surface of LinearExtrusion converted to BSpline surface. More...
 
Standard_BooleanConvertOffsetSurf ()
 Sets flag for define if Offset surface converted to BSpline surface. More...
 
Standard_BooleanConvertCylindricalSurf ()
 Sets flag for define if cylindrical surface converted to BSpline surface. More...
 
Standard_BooleanConvertConicalSurf ()
 Sets flag for define if conical surface converted to BSpline surface. More...
 
Standard_BooleanConvertToroidalSurf ()
 Sets flag for define if toroidal surface converted to BSpline surface. More...
 
Standard_BooleanConvertSphericalSurf ()
 Sets flag for define if spherical surface converted to BSpline surface. More...
 
Standard_BooleanSegmentSurfaceMode ()
 Sets Segment mode for surface. If Segment is True surface is approximated in the bondaries of face lying on this surface. More...
 
Standard_BooleanConvertCurve3d ()
 Sets flag for define if 3d curve converted to BSpline curve. More...
 
Standard_BooleanConvertOffsetCurv3d ()
 Sets flag for define if Offset curve3d converted to BSpline surface. More...
 
Standard_BooleanConvertCurve2d ()
 Returns (modifiable) flag for define if 2d curve converted to BSpline curve. More...
 
Standard_BooleanConvertOffsetCurv2d ()
 Returns (modifiable) flag for define if Offset curve2d converted to BSpline surface. More...
 
- Public Member Functions inherited from MMgt_TShared
virtual void Delete () const
 Memory deallocator for transient classes. More...
 
- Public Member Functions inherited from Standard_Transient
 Standard_Transient ()
 Empty constructor. More...
 
 Standard_Transient (const Standard_Transient &)
 Copy constructor – does nothing. More...
 
Standard_Transientoperator= (const Standard_Transient &)
 Assignment operator, needed to avoid copying reference counter. More...
 
virtual ~Standard_Transient ()
 Destructor must be virtual. More...
 
virtual const
Handle_Standard_Type & 
DynamicType () const
 Returns a type information object about this object. More...
 
Standard_Boolean IsInstance (const Handle_Standard_Type &theType) const
 Returns a true value if this is an instance of Type. More...
 
Standard_Boolean IsInstance (const Standard_CString theTypeName) const
 Returns a true value if this is an instance of TypeName. More...
 
Standard_Boolean IsKind (const Handle_Standard_Type &theType) const
 Returns true if this is an instance of Type or an instance of any class that inherits from Type. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More...
 
Standard_Boolean IsKind (const Standard_CString theTypeName) const
 Returns true if this is an instance of TypeName or an instance of any class that inherits from TypeName. Note that multiple inheritance is not supported by OCCT RTTI mechanism. More...
 
virtual Handle_Standard_Transient This () const
 Returns a Handle which references this object. Must never be called to objects created in stack. More...
 
Standard_Integer GetRefCount () const
 Get the reference counter of this object. More...
 

Detailed Description

This class is axuluary tool which contains parameters for BSplineRestriction class.

Constructor & Destructor Documentation

ShapeCustom_RestrictionParameters::ShapeCustom_RestrictionParameters ( )

Sets default parameters.

Member Function Documentation

Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertBezierSurf ( )

Sets flag for define if Bezier surface converted to BSpline surface.

Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertConicalSurf ( )

Sets flag for define if conical surface converted to BSpline surface.

Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertCurve2d ( )

Returns (modifiable) flag for define if 2d curve converted to BSpline curve.

Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertCurve3d ( )

Sets flag for define if 3d curve converted to BSpline curve.

Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertCylindricalSurf ( )

Sets flag for define if cylindrical surface converted to BSpline surface.

Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertExtrusionSurf ( )

Sets flag for define if surface of LinearExtrusion converted to BSpline surface.

Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertOffsetCurv2d ( )

Returns (modifiable) flag for define if Offset curve2d converted to BSpline surface.

Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertOffsetCurv3d ( )

Sets flag for define if Offset curve3d converted to BSpline surface.

Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertOffsetSurf ( )

Sets flag for define if Offset surface converted to BSpline surface.

Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertPlane ( )

Sets flag for define if Plane converted to BSpline surface.

Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertRevolutionSurf ( )

Sets flag for define if surface of Revolution converted to BSpline surface.

Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertSphericalSurf ( )

Sets flag for define if spherical surface converted to BSpline surface.

Standard_Boolean& ShapeCustom_RestrictionParameters::ConvertToroidalSurf ( )

Sets flag for define if toroidal surface converted to BSpline surface.

Standard_Integer& ShapeCustom_RestrictionParameters::GMaxDegree ( )

Returns (modifiable) maximal degree of approximation.

Standard_Integer& ShapeCustom_RestrictionParameters::GMaxSeg ( )

Returns (modifiable) maximal number of spans of approximation.

Standard_Boolean& ShapeCustom_RestrictionParameters::SegmentSurfaceMode ( )

Sets Segment mode for surface. If Segment is True surface is approximated in the bondaries of face lying on this surface.


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