Creates a new drawing sheet within an Inventor drawing document. The sheet will be created with no Border or TitleBlock.
This is the Sheet mixin, which should be a Child under InvDrawingDocument.
BaseAssembly
InvObjectMixin
RULE NAME |
DESCRIPTION
|
TYPE |
DEFAULTS |
CATEGORY |
FLAGS |
invName |
Name of the sheet as seen in Inventor browser. |
String |
"" |
Inventor |
Cached |
invHeight |
Custom height of the sheet is used when invSize is set to ‘kCustomDrawingSheetSize’. |
Number |
0.0
|
Inventor |
Cached |
invWidth |
Custom width of the sheet is used when invSize is set to ‘kCustomDrawingSheetSize’. |
Number |
0.0
|
Inventor |
Cached |
invSize |
Sheet size. kCustomDrawingSheetSize, kADrawingSheetSize, kBDrawingSheetSize, CDrawingSheetSize, kDDrawingSheetSize, kEDrawingSheetSize, kFDrawingSheetSize, kA0DrawingSheetSize, kA1DrawingSheetSize , kA2DrawingSheetSize, kA3DrawingSheetSize, kA4DrawingSheetSize, k9x12InDrawingSheetSize, k12x18InDrawingSheetSize,k18x24InDrawingSheetSize, k24x36InDrawingSheetSize, k36x48InDrawingSheetSize,k30x42InDrawingSheetSize |
String |
"kA4DrawingSheetSize" |
Inventor |
Cached |
invOrientation |
Orientation of the sheet. kLandscapePageOrientation , kDefaultPageOrientation, kPortraitPageOrientation |
String |
"kDefaultPageOrientation" |
Inventor |
Cached |
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 |
In your kBridge Examples Projects folder open the project called ‘Table_KB_Inventor_Example’.
Reference Location:
"world.tableapplication1.drawingdocuments.drawingdocuments0.sheetdocuments.
SheetDocumentTable0"
Link: https://knowledgebridge.engineer/projects
In the example below, the important Parameter rules are:
InvScale, InvName, and InvSize.