IKO_BRep_Builder Interface
A framework providing advanced tolerance control.
If tolerance control is required, you are advised to:
1. build a default precision for topology, using the
classes provided in the BRepAPI package
2. update the tolerance of the resulting shape.
Note that only vertices, edges and faces have
meaningful tolerance control. The tolerance value
must always comply with the condition that face
tolerances are more restrictive than edge tolerances
which are more restrictive than vertex tolerances. In
other words: Tol(Vertex) >= Tol(Edge) >= Tol(Face).
Other rules in setting tolerance include:
- you can open up tolerance but should never restrict it
- an edge cannot be included within the fusion of the
tolerance spheres of two vertices
Query IKO_Standard_Object from this interface to create a copy or obtain the type name
Methods
- MakeFace
- MakeFace1
- MakeFace2
- MakeFace3
- UpdateFace
- UpdateFace1
- UpdateFace2
- NaturalRestriction
- MakeEdge
- MakeEdge1
- MakeEdge2
- MakeEdge3
- MakeEdge4
- MakeEdge5
- UpdateEdge
- UpdateEdge1
- UpdateEdge2
- UpdateEdge3
- UpdateEdge4
- UpdateEdge5
- UpdateEdge6
- UpdateEdge7
- UpdateEdge8
- UpdateEdge9
- UpdateEdge10
- UpdateEdge11
- UpdateEdge12
- UpdateEdge13
- UpdateEdge14
- UpdateEdge15
- UpdateEdge16
- UpdateEdge17
- UpdateEdge18
- Continuity
- Continuity1
- SameParameter
- SameRange
- Degenerated
- Range
- Range1
- Range2
- Transfert
- MakeVertex
- MakeVertex1
- UpdateVertex
- UpdateVertex1
- UpdateVertex2
- UpdateVertex3
- UpdateVertex4
- UpdateVertex5
- Transfert1
HRESULT MakeFace(IKO_TopoDS_Face* F)
Makes an undefined Face.
HRESULT MakeFace1(IKO_TopoDS_Face* F)
HRESULT MakeFace2(IKO_TopoDS_Face* F)
HRESULT MakeFace3(IKO_TopoDS_Face* F)
HRESULT UpdateFace(IKO_TopoDS_Face* F)
HRESULT UpdateFace1(IKO_TopoDS_Face* F)
HRESULT UpdateFace2(IKO_TopoDS_Face* F, double Tol)
HRESULT NaturalRestriction(IKO_TopoDS_Face* F, VARIANT_BOOL N)
HRESULT MakeEdge(IKO_TopoDS_Edge* E)
HRESULT MakeEdge1(IKO_TopoDS_Edge* E)
Makes an Edge with a curve.
HRESULT MakeEdge2(IKO_TopoDS_Edge* E)
Makes an Edge with a curve.
HRESULT MakeEdge3(IKO_TopoDS_Edge* E)
Makes an Edge with a curve.
HRESULT MakeEdge4(IKO_TopoDS_Edge* E)
Makes an Edge with a curve.
HRESULT MakeEdge5(IKO_TopoDS_Edge* E)
Makes an Edge with a curve.
HRESULT UpdateEdge(IKO_TopoDS_Edge* E)
Sets a 3D curve for the edge.
If C is a null handle, remove any existing 3d curve.
HRESULT UpdateEdge1(IKO_TopoDS_Edge* E)
HRESULT UpdateEdge2(IKO_TopoDS_Edge* E)
Sets a 3D curve for the edge.
If C is a null handle, remove any existing 3d curve.
HRESULT UpdateEdge3(IKO_TopoDS_Edge* E)
Sets a 3D curve for the edge.
If C is a null handle, remove any existing 3d curve.
HRESULT UpdateEdge4(IKO_TopoDS_Edge* E)
HRESULT UpdateEdge5(IKO_TopoDS_Edge* E)
HRESULT UpdateEdge6(IKO_TopoDS_Edge* E)
HRESULT UpdateEdge7(IKO_TopoDS_Edge* E)
HRESULT UpdateEdge8(IKO_TopoDS_Edge* E)
Sets a 3D curve for the edge.
If C is a null handle, remove any existing 3d curve.
HRESULT UpdateEdge9(IKO_TopoDS_Edge* E)
HRESULT UpdateEdge10(IKO_TopoDS_Edge* E)
Sets a 3D curve for the edge.
If C is a null handle, remove any existing 3d curve.
HRESULT UpdateEdge11(IKO_TopoDS_Edge* E)
HRESULT UpdateEdge12(IKO_TopoDS_Edge* E)
Sets a 3D curve for the edge.
If C is a null handle, remove any existing 3d curve.
HRESULT UpdateEdge13(IKO_TopoDS_Edge* E)
HRESULT UpdateEdge14(IKO_TopoDS_Edge* E)
HRESULT UpdateEdge15(IKO_TopoDS_Edge* E)
HRESULT UpdateEdge16(IKO_TopoDS_Edge* E)
HRESULT UpdateEdge17(IKO_TopoDS_Edge* E)
HRESULT UpdateEdge18(IKO_TopoDS_Edge* E, double Tol)
HRESULT Continuity(IKO_TopoDS_Edge* E, IKO_TopoDS_Face* F1, IKO_TopoDS_Face* F2, GeomAbs_ShapeKO C)
HRESULT Continuity1(IKO_TopoDS_Edge* E)
HRESULT SameParameter(IKO_TopoDS_Edge* E, VARIANT_BOOL S)
HRESULT SameRange(IKO_TopoDS_Edge* E, VARIANT_BOOL S)
HRESULT Degenerated(IKO_TopoDS_Edge* E, VARIANT_BOOL D)
HRESULT Range(IKO_TopoDS_Edge* E, double First, double Last, VARIANT_BOOL Only3d)
HRESULT Range1(IKO_TopoDS_Edge* E)
HRESULT Range2(IKO_TopoDS_Edge* E, IKO_TopoDS_Face* F, double First, double Last)
Sets the range of the edge on the pcurve on the face.
HRESULT Transfert(IKO_TopoDS_Edge* Ein, IKO_TopoDS_Edge* Eout)
HRESULT MakeVertex(IKO_TopoDS_Vertex* V)
Makes an udefined vertex without geometry.
HRESULT MakeVertex1(IKO_TopoDS_Vertex* V, DIPoint* P, double Tol)
Makes an udefined vertex without geometry.
HRESULT UpdateVertex(IKO_TopoDS_Vertex* V, DIPoint* P, double Tol)
HRESULT UpdateVertex1(IKO_TopoDS_Vertex* V, double P, IKO_TopoDS_Edge* E, double Tol)
HRESULT UpdateVertex2(IKO_TopoDS_Vertex* V, double P, IKO_TopoDS_Edge* E, IKO_TopoDS_Face* F, double Tol)
Sets the parameter for the vertex on the edge
pcurve on the face.
HRESULT UpdateVertex3(IKO_TopoDS_Vertex* V, double P, IKO_TopoDS_Edge* E)
HRESULT UpdateVertex4(IKO_TopoDS_Vertex* Ve, double U, double V, IKO_TopoDS_Face* F, double Tol)
HRESULT UpdateVertex5(IKO_TopoDS_Vertex* V, double Tol)
HRESULT Transfert1(IKO_TopoDS_Edge* Ein, IKO_TopoDS_Edge* Eout, IKO_TopoDS_Vertex* Vin, IKO_TopoDS_Vertex* Vout)
|