Please enable JavaScript to view this site.

Knowledge Bridge Documentation

Help version: 3.3.8

 

Description

A Combine process carries out a Boolean operation between two or more components' solid bodies (or components within a multi-body part). This mixin contains the Name and the Boolean operation type and produces a solid output. This design can perform 3 functions, kCutOperation, kJoinOperation, kIntersectOperation.

 

Mixins

InvObjectMixin

 

RULE NAME

DESCRIPTION

TYPE

DEFAULTS

CATEGORY

FLAGS

invName

The name of the Combine feature that will be displayed in the Inventor Browser.

String

""

 

Inventor

Cached
Parameter

invBooleanOperationType

Value that defines the type of Boolean operation.

String

"kCutOperation"

Inventor

Cached
Parameter

 

kBridgeExamplesIcon

 

Project Example:

In your kBridge Examples Projects folder open the project called ‘Table_KB_Inventor_Example’.

Expand the CombineParts folder , expand the Models folder, right click ‘CombineParts’ and set as Root.

invCombineUnknown9

Reference Location:

"world.combineparts.partsassembly.partsassembly0.combine.combine0"

 

Link: https://knowledgebridge.engineer/projects

 

In the example below, a design has been created named ‘Combine’ and BaseAssembly and InvCombine were mixed in.

 

invName:                                  "CombinePartsJoin"

invBooleanOperationType:       return "kJoinOperation"

 

InvCombineComponent was dragged into ‘Combine0’ from the InventorUtilities

(See InvCombineComponent for more detail)  

inCombineExunknown1

‘CombinePartsJoin’ as one solid part

When the project is integrated into Inventor, it shows the ‘CombinePartsJoin’ as one solid part.

 

invCombineUnknown2

 

Also the drawing views show the combined parts as one part.

 

inCombineExunknown3

Example using kCutOperation

invName:                                  "CombinePartsCut"

invBooleanOperationType:       return "kCutOperation"

 

invCombineUnknown.4png

Example using kIntersectOperation

invName:                                  "CombinePartsIntersect"

invBooleanOperationType:       return "kIntersectOperation"

 

invCombineUnknown5

Also the drawing views show the Intersection parts as one part.

 

invCombineUnknown6

Knowledge Bridge from Engingeering Intent is a full-featured engineering and sales automation environment