/** * Shared public API surface for all published entry points. */ export type { BooleanParams, BlendFaceResult, BlendOperationResult, BoundingBox, BoxParams, ChamferEdgeSpec, ChamferFeatureParams, ChamferParams, ClosestPointOnShapeParams, ClosestPointOnShapeResult, ChamferSpec, CreateCheckpointParams, CurveDomain, CurveTrimInterval, CylinderParams, DisposeParams, EdgeCurveResult, EdgeEvaluationParams, EdgeEvaluationResult, EdgeRef, EdgeSample, EdgeSampleResult, EntityRevisionMapping, EntityRevisionMapResult, ExactCurve2DResult, ExactCurve3DResult, ExportStepParams, ExtrudeCutProfileFeatureParams, ExtrudeParams, ExtrudeProfileExtent, ExtrudeProfileFeatureParams, ExtrudeProfileSpec, ExtrudeSurfaceTarget, FaceEvaluationParams, FaceEvaluationResult, FaceRef, FeatureEdgeChain, FeaturePreviewParams, FeaturePreviewRequest, FeaturePreviewResult, FeaturePreviewTessellationParams, FilletEdgeSpec, FilletFeatureParams, FilletParams, FilletRadiusLaw, FilletSpec, ImportStepParams, ImportStepPackageParams, ImportStepPackageResult, KernelCapabilities, HydrateCheckpointParams, LoftFeatureParams, LoftSection, KernelVersionInfo, MapEntitiesAcrossRevisionsParams, PlanarFaceSegmentResult, PlanarFaceWireResult, PlanarFaceWiresParams, PlanarFaceWiresResult, PointContainmentParams, PointContainmentResult, Profile, ProfileSegment, ProfileSegmentArc, ProfileSegmentBezier, ProfileSegmentBspline, ProfileSegmentCircle, ProfileSegmentLine, OperationSchema, RadiusStation, ReleaseRevisionParams, ResolveStableEntityParams, RetainRevisionParams, RevolveCutProfileFeatureParams, RevolveParams, RevolveProfileExtent, RevolveProfileFeatureParams, RevolveProfileSpec, RevolveSlidingEdgeSpec, RevolveSurfaceTarget, RevisionCheckpoint, RevisionIdentityStatus, RevisionInfo, ShapeHandle, ShapeAnalysisParams, ShapeAnalysisResult, ShapeDistanceParams, ShapeDistanceResult, ShapeDistanceSolution, ShapeIntersectionParams, ShapeIntersectionResult, ShapeSupportRef, SphereParams, StableEntityResolution, SpatialCurveSegment, SpatialCurveSegmentArc, SpatialCurveSegmentBezier, SpatialCurveSegmentBspline, SpatialCurveSegmentCircle, SpatialCurveSegmentLine, SpatialWire, SweepProfileFeatureParams, SweepProfileSpec, SweepTrihedronMode, TessellateParams, TessellationResult, TopologyDeletedEntity, TopologyEdge, TopologyEntityStatus, TopologyFace, TopologyResult, TopologyShell, TopologySolid, TopologyVertex, TopologyWire, } from './types'; export { KernelError } from './errors'; export type { KernelErrorCode } from './errors'; export { OcctKernel } from './kernel'; export type { NativeKernel, WasmModule } from './kernel';