LevelOfDetailEnum Enumerator Sandbox?

LevelOfDetailEnum Enumerator Sandbox?

c_hoppen
Advocate Advocate
408 Views
3 Replies
Message 1 of 4

LevelOfDetailEnum Enumerator Sandbox?

c_hoppen
Advocate
Advocate

This morning I tumbled upon two LevelOfDetail Enumerators I didn't notice by now: 

kSandboxLevelOfDetail56069A temporary editing sandbox level of detail.
kTransientLevelOfDetail56070A temporary transit level of detail.

Can anyone tell what these are good for? Any usage scenarios?

Thanks,

Christoph

0 Likes
409 Views
3 Replies
Replies (3)
Message 2 of 4

bradeneuropeArthur
Mentor
Mentor

Hi,

 

This will explain.

It is kind of temporare LOD...

 

https://forums.autodesk.com/t5/inventor-customization/how-to-detrmine-if-a-custom-level-of-detail-ha...

 

LevelOfDetailEnum Enumerator Description

Constants indicating the level of detail representation.

Methods

NameValueDescription
kAllComponentsSuppressedLevelOfDetail56066All components suppressed level of detail.
kAllContentSuppressedLevelOfDetail56068All content components suppressed level of detail.
kAllPartsSuppressedLevelOfDetail56067All parts suppressed level of detail.
kCustomLevelOfDetail56072A user defined explicit named custom level of detail.
kLastActiveLevelOfDetail56073Last Active level of detail.
kMasterLevelOfDetail56065The master or default level of detail.
kSandboxLevelOfDetail56069A temporary editing sandbox level of detail.
kSubstituteLevelOfDetail56071A component substitute level of detail.
kTransientLevelOfDetail56070A temporary transit level of detail.

Version

Introduced in version 11

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 3 of 4

c_hoppen
Advocate
Advocate

Thanks,

as Peter pointed out here the sandbox is the LOD used before saved first time. After saving it becomes a kCustomLevelOfDetail.

sandbox.png

One question remains. What is

kTransientLevelOfDetail56070A temporary transit level of detail.

good for?

 

Regards

Christoph

0 Likes
Message 4 of 4

bradeneuropeArthur
Mentor
Mentor

Think as follow:

  • first the kTransientLevelOfDetail = 56070 is created. Temporare and before save
  • then the kSandboxLevelOfDetail = 56069 is created. After save

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes