This design represents an AutoCAD Block that is part of an AutoCAD drawing (.dwg) document. AutoCAD’s BlockAttribute are converted to prompted entries in Inventor. AutoCAD Block’s cannot be created in Inventor but can be consumed.
InvObjectMixin
RULE NAME |
DESCRIPTION |
TYPE |
DEFAULTS |
CATEGORY |
FLAGS |
invCenterMarkOrLineVisible |
Controls the visibility of centermark or centerline. |
Boolean |
true |
Inventor |
Cached |
invIntent |
Intent of point. |
String |
"kStartPointIntent" |
Inventor |
Cached |
invPosition |
Intent of point. |
String |
"" |
Inventor |
Cached |
invName |
Name of AutoCAD block |
String |
"" |
Inventor |
Cached |
invNamedFeature |
Name of work feature or named entity this Block will be attached to. |
String |
"" |
Inventor |
Cached |
invPart |
The part containing this NamedFeature. |
String |
"" |
Inventor |
Cached |
invRotation |
The rotation angle of the Block in degrees |
Number |
0.0 |
Inventor |
Cached |
invScale |
The scale of Block |
Number |
1 |
Inventor |
Cached |
InvView |
Specifies the drawing view this Block is associated with. |
String |
"" |
Inventor |
Cached |
invInsured |
This guarantees placement of AutoCAD Block even if the NamedFeature is not found but Part should exist. |
Boolean |
false |
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 |