This is a base design for invOrdinateDimension and invGeneralDimension
InvObjectMixin
RULE NAME |
DESCRIPTION |
TYPE |
DEFAULTS |
CATEGORY |
FLAGS |
invStyle |
Name of a dimension style to be applied. Refer to Inventor documentation for style types |
String |
""
|
Inventor |
Cached |
invFormattedText |
Text that is formatted with special characters and is displayed as dimension text. Refer to Inventor documentation for more formatting details Examples: format("%3.3f", 3) Gives a value of "3.000" format("abcd %8.4f", 6.45) Gives a value of "abcd 6.4500" |
String |
"" |
Inventor |
Cached |
invHideValue |
Controls the visibility of a dimension text. |
Boolean |
false |
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 |
In your kBridge Examples Projects folder open the project called ‘Table_KB_Inventor_Example’.
Reference Location:
"world" Project Tree/InventorUtilities3.0.1.6/Designs/InvGeneralDimension
Link: https://knowledgebridge.engineer/projects
In the example below you can see where InvDimension is a mixin of InvGeneralDimension.