-
hi , I used this way below to get active view clip volume which I put it into . let clipVolumRange: Range3d | undefined = vp?.view.details.clipVector?.boundingRange; But the range3d always returned the value below ,whatever I put the clipvolume to anywhere. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
That's a null range. The bounding range property is only used in very specific circumstances. What are you trying to accomplish? |
Beta Was this translation helpful? Give feedback.
That's a null range. The bounding range property is only used in very specific circumstances. What are you trying to accomplish?