Andrey Shulyak Posted October 25, 2023 Share Posted October 25, 2023 Dear developers, is there a way to install (or change) the existing clipbox in View? I tried resizing an existing clipbox using the method below, but to no avail. gSDK->TaggedDataSet(hLayer, kTaggedDataContainerNNA_Internal23, kTaggedDataDoubleArrayTypeID, 1, 0, &getData) In advance, thank you very much for your answer! Quote Link to comment
JBenghiat Posted October 25, 2023 Share Posted October 25, 2023 What exactly do you mean by clipbox? The clip cube, the cropped perspective frame, or something else? Quote Link to comment
Andrey Shulyak Posted October 31, 2023 Author Share Posted October 31, 2023 On 10/25/2023 at 6:27 PM, JBenghiat said: What exactly do you mean by clipbox? The clip cube, the cropped perspective frame, or something else? Hi Joshua Benghiat, Sorry, I meant clipbox. Quote Link to comment
Andrey Shulyak Posted November 9, 2023 Author Share Posted November 9, 2023 Hi Joshua Benghiat, I meant The clip cube, the cropped perspective frame. I can get it uses gSDK->TaggedDataGet(hLayer, kTaggedDataContainerNNA_Internal23, kTaggedDataDoubleArrayTypeID, 1, 0, &getData) but i can't Set it. Quote Link to comment
JBenghiat Posted November 9, 2023 Share Posted November 9, 2023 6 hours ago, Andrey Shulyak said: I meant The clip cube, the cropped perspective frame @Andrey Shulyak Those are two different things. The Clip Cube is the 3D cube that will create a red cut plane with intersecting solids. Cropped Perspective is the legacy perspective view that has four black corners defining the frame. Either way, your solution will use object or program variable constants. Best to stay away from anything NNA_internal unless you’ve been explicitly given a code snippet from an engineer. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.