This is a base Design for other specific drawing views, such as invProjectedDrawingView, invAuxiliaryDrawingVew, invDetailDrawingView, invSectionDrawingView, and invStandardDrawingView.
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 |
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 |
invAngle |
Rotation angle of the view in degrees. |
Number |
0 |
Inventor |
Cached |
invScale |
Scale of the view. |
Number |
1 |
Inventor |
Cached |
invCameraEye |
Sets the position of the camera. The "Eye" is the position of the viewer. |
Point |
p(0,0) |
Inventor |
Cached |
invCameraTarget |
Sets the target point of the camera. The target defines where the camera is pointed. |
Point |
p(0,0) |
Inventor |
Cached |
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 |
invOriginIndicatorPart |
The part containing this invOriginIndicatorNamedFeature. This is applicable to Ordinate dimensions. |
String |
"" |
Inventor |
Cached |
invOriginIndicatorIntent |
Intent of origin indicator point. This is applicable to Ordinate dimensions. Choices are: |
String |
"kStartPointIntent" |
Inventor |
Cached |
invOriginIndicatorNamedFeature |
Name of work feature or named entity this origin indicator is attached to. This is applicable to Ordinate dimensions. |
String |
"" |
Inventor |
Cached |
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 |
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 |
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
InvView Examples:
Note: below, the InvView is mixed into the SectionView, FrontView, DetailView, and the FrontView