KernelCAD Documentation

DInsight Home
Skip Navigation Links.
Start page
Quick Start
Installation
Overview of the software
What is new
Collapse KernelCAD ModelsKernelCAD Models
Collapse KernelCAD ComponentsKernelCAD Components
KernelCAD Control
KernelCAD .NET Control
Methods and Properties
Menu
Model Explorer
Birds Eye View
Programming
Direct User Access
Direct Operations
Interface Queries
Printing Support
Data Types
Modes of KernelCAD Control
DIObjectGenerator class
Properties
FlatObjectArray Poperty
Context
64 bit development
Dual Mode
Initialisation Context
Overlay Editor
Memory Management
Input validation
Collapse Advanced functionalityAdvanced functionality
Collapse InterfacesInterfaces
Alphabetical list
I3DGrid
I3DBugger
I3Dpt
IAxiBase
IAxis
IBoolSection
IBoolSectionEx
IBoundary
IColor
IConstraint
IData
IDiffSurface_KC
IDIFont
IDraw
IDrawUtil
IDraw2
IElem
IElement
IKCLine
ILightSource
ILocation
ILocationEx
IMaterial
IMetrics
IMetrics2
IModel
IModel2
IModelEx
IPatch
IKCPathCollisionDetector
IProfiles
IPropertyArray
IPropertyArray2
IStdShape
IStrip
ISurface
IText
ITexture
ITransform
IUnknown
Collapse Open Cascade TechnologyOpen Cascade Technology
Collapse DataData
Collapse MovementMovement
Collapse FramesFrames
Collapse Oriented ObjectsOriented Objects
Collapse SectionsSections
Collapse GeneralGeneral
Collapse Topological InterfacesTopological Interfaces
Collapse Viewing InterfacesViewing Interfaces
Collapse Lines And CurvesLines And Curves
Collapse Symmetry InterfacesSymmetry Interfaces
Collapse Clipping plane interfacesClipping plane interfaces
Collapse AlgorithmsAlgorithms
Collapse 2D Geometry2D Geometry
Collapse Programming Samples and TutorialsProgramming Samples and Tutorials
Collapse OverviewOverview
Collapse DeploymentDeployment
Collapse .NET Samples.NET Samples
Collapse C++ SamplesC++ Samples
Collapse Visual Basic SamplesVisual Basic Samples
Collapse Delphi SamplesDelphi Samples
Collapse 3D Debugger3D Debugger
Collapse DeploymentDeployment
Licensing
Model Viewer
Open C++ Source
Technical Support
Skip Navigation LinksHome Page > KernelCAD Components > Interfaces > Open Cascade Technology > BRepBuilderAPI > IKO_BRep_Builder
IKO_BRep_Builder

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)