Hi,
I created one model and I gave basic linear dimension for my model after that I gave Expert dimension settings,followed steps are given below
Selected particular model -> Window -> Model Info -> Dimensions -> Expert Dimension Settings -> Checked -> Hide When foreshortened(checked)
This settings will show near or visible dimensions depends on camera view ,it is working properly.
This same thing i done once again, instead of giving manual dimensions i used code to give my model dimension .Code given below
“Sketchup.active_model.entities.add_dimension_linear(x1,y1,z1)”
this code is also working fine,it is showing visible or near dimensions but it is also showing hided dimensions with doted line. my model view given below
for manual dimensions it is working without dotted line if i use code to give dimension it is coming with doted line.I want my model without this doted lines or same as manual dimension view
How can I solve this problem?