Please enable JavaScript to view this site.

Knowledge Bridge Documentation

Help version: 3.3.8

 

Description

This is a base Design for other specific drawing views, such as invProjectedDrawingView, invAuxiliaryDrawingVew, invDetailDrawingView, invSectionDrawingView, and invStandardDrawingView.

 

Mixins

BaseAssembly

InvCommonViewMixin

InvCameraViewMixin

InvObjectMixin

 

RULE NAME

DESCRIPTION

TYPE

DEFAULTS

CATEGORY

FLAGS

invName

Name of view

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

invPosition

Position of the view in sheet coordinates.

Point

p(0,0)

Inventor

Cached
Parameter

invFloatingPositon

If specified, this will be the final position of the view. The view will be disassociated from its parent view.

Point

p(0,0)

Inventor

Cached
Parameter

invAngle

Rotation angle of the view in degrees.

Number

0

Inventor

Cached
Parameter

invScale

Scale of the view.

Number

1

Inventor

Cached
Parameter

invCameraEye

Sets the position of the camera. The "Eye" is the position of the viewer.

Point

p(0,0)

Inventor

Cached
Parameter

invCameraTarget

Sets the target point of the camera. The target defines where the camera is pointed.

Point

p(0,0)

Inventor

Cached
Parameter

invCameraUpVector

Sets the up vector of the camera. Setting the up vector does not change the eye or target points, but rotates the camera about the vector defined by the eye and target points.

Vector

v(0,0)

Inventor

Cached
Parameter

invOriginIndicatorPart

The part containing this invOriginIndicatorNamedFeature. This is applicable to Ordinate dimensions.

String

""

Inventor

Cached
Parameter

invOriginIndicatorIntent

Intent of origin indicator point. This is applicable to Ordinate dimensions.

Choices are:
None,kStartPointIntent,kEndPointIntent,kMidPointIntent,kCenterPointIntent, kCircularLeftPointIntent,kCircularRightPointIntent,kCircularTopPointIntent, kCircularBottomPointIntent,kAxisStartPointIntent,kAxisMidPointIntent, kAxisEndPointIntent,kPlanarFaceCenterPointIntent

String

"kStartPointIntent"

Inventor

Cached
Parameter

invOriginIndicatorNamedFeature

Name of work feature or named entity this origin indicator is  attached to. This is applicable to Ordinate dimensions.

String

""

Inventor

Cached
Parameter

invOriginIndicatorCenterMarkOrLineVisible

Controls the visibility of centermark or centerline that is associated with this origin indicator. This is applicable to Ordinate dimensions.

Boolean

false

Inventor

Cached
Parameter

invStyle

Display style of the model in the view. The value should be one of the following:

kHiddenLineDrawingViewStyle, kHiddenLineRemovedDrawingViewStyle, kShadedDrawingViewStyle, kFromBaseDrawingViewStyle, kShadedHiddenLineDrawingViewStyle

String

"kHiddenLineDrawingViewStyle"

Inventor

Cached
Parameter

 

 

kBridgeExamplesIcon

 

Project Example

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

 

Reference Location:

"world.tableapplication1.drawingdocuments.drawingdocuments0.sheetdocuments.SheetDocumentTable0.topviews.topviews0"

Link: https://knowledgebridge.engineer/projects

 

invViewEx2

 

InvView Examples:

Note: below, the InvView is mixed into the SectionView, FrontView, DetailView, and the FrontView

 

invViewEx3

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