Export Image using Use Aspect Ratio

Export Image using Use Aspect Ratio

Anonymous
Not applicable
791 Views
1 Reply
Message 1 of 2

Export Image using Use Aspect Ratio

Anonymous
Not applicable

Hi

 

I am using of Navisworks  API plugins to export image. 

following is code

opt.value = "lcodpexjpg"


opt.value = 500 'Width
opt.value = 500 'Height

 

Size as

 

Type =Use Aspect Ratio

 

Hieght  and width based on screen.

 

0 Likes
792 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable

Export Image using "Use Aspect Ratio" optioin.

 

Navis works allow user to export image manually with following options

 

Format : JPG,PNG

Render: ViewwPort

Type: Explicit, Use Aspect Ratio, use view

Width: user defined

Height: user defined

 

 

 

I am using of Navisworks API plugins to export image. 


In this case, we need to supply Export format, Width and Height.
Example
format = "lcodpexjpg"
width = 500

height= 500

 


Now I want to epxort Image using "Use Aspect Ratio" option.
Export format is JPG
Hieght and width based on Navisworks screen.

 

How to get type using Navisworks API plugins

 

Some explain how to export Image using "Use Aspect Ratio"thourgh Navisworks Api