Please enable JavaScript to view this site.

Knowledge Bridge Documentation

Help version: 3.3.8

 

Description

InvOccurrence Design is mixed into InvAssemblyDocument and InvPartDocument. This is used inside an Assembly document to represent component occurrences.

 

Mixins

BaseAssembly

InvObjectMixin

 

RULE NAME

DESCRIPTION

TYPE

DEFAULTS

CATEGORY

FLAGS

invName

Occurrence name as displayed in Inventor browser.

String

this.refchain

Inventor

Cached
Parameter

invIsGrounded

Controls the grounding of an occurrence inside an Assembly.

Boolean

false

 

Inventor

Cached
Parameter

invIsVisible

Controls the visibility of an occurrence inside an Assembly. Example graphic is below.

Boolean

true

Inventor

Cached
Parameter

invTransform

A matrix that controls the transform of the occurrence. It is a string consisting of 16 numbers separated by commas.

String

""

Inventor

Cached
Parameter

invTransparent

Controls the transparency of an occurrence. Example graphic is below. (For Inventor 2017 and up).

Boolean

false

 

Inventor

Cached
Parameter

invFlexible

Controls if an occurrence is flexible or not.

Boolean

false

 

Inventor

Cached
Parameter

invOccurrenceActivePositioning

Property that sets the name of the active Positional Representation for an assembly occurrence.

String

""

Inventor

Cached
Parameter

invOccurrenceActiveViewRep

Property that sets a design view representation for an assembly occurrence.

String

""

Inventor

Cached
Parameter

invXData

Data passed in here is stored as Inventor’s attributes on this object. Only string values can be stored and the structure is "[["AttSetName" ,["AttName","AttValue""]], ["AttSetName1" ,["AttName1","AttValue""]]…]"

Where 

AttSetName = AttributeSet name

AttName = Attribute name

AttValue = Attribute value

 

Example:

"[["myData" ,["County","Orange""]],["ExportPaths" ,  ["PartSheet",

"C:\\temp\\cache\\Parts"]], [ "ExportPaths" , ["AssemblySheet",

"C:\\temp\\cache\\Assemblies"]]"

String

""

Inventor

Cached

Parameter

invDocumentLengthUnits

Document length unit.

For example:

inch, foot, centimeter, millimeter, meter, micron (See Inventor help file for all unit choices)

 

String

"inch"

Inventor

Cached
Parameter

 

Example of a tabletop when invIsVisible set to false:

InvOccurrenceExampleVisible

 

 

invTransparent: set to true example.

InvOccurrenceExampleTransparent

 

 

 

kBridgeExamplesIcon

 

Project Example:

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

 

Reference Location:

"world.tableapplication1.tables.tables0"

 

Link: https://knowledgebridge.engineer/projects

 

The example below shows InvOccurrence as a mixin of InvAssemblyDocument, and InvAssemblyDocument as a mixin of Tables0.

 

InvOccEx3

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