#include <BRepFill_CurveConstraint.hxx>
Inheritance diagram for BRepFill_CurveConstraint:
Public Member Functions | |
Standard_EXPORT | BRepFill_CurveConstraint (const Handle(Adaptor3d_HCurveOnSurface)&Boundary, const Standard_Integer Order, const Standard_Integer NPt=10, const Standard_Real TolDist=0.0001, const Standard_Real TolAng=0.01, const Standard_Real TolCurv=0.1) |
Create a constraint Order is the order of the constraint. The possible values for order are -1,0,1,2. Order i means constraints Gi Npt is the number of points associated with the constraint. TolDist is the maximum error to satisfy for G0 constraints TolAng is the maximum error to satisfy for G1 constraints TolCurv is the maximum error to satisfy for G2 constraints These errors can be replaced by laws of criterion. . | |
Standard_EXPORT | BRepFill_CurveConstraint (const Handle(Adaptor3d_HCurve)&Boundary, const Standard_Integer Tang, const Standard_Integer NPt=10, const Standard_Real TolDist=0.0001) |
Standard_EXPORT const | Handle (Standard_Type)&DynamicType() const |
|
|
|
|
|
Reimplemented from GeomPlate_CurveConstraint. |