Jump to content
Developer Wiki and Function Reference Links ×

How to create a *external* diametrical dimension?


Matthias Schwarz

Recommended Posts

Hi all,

 

we progress in our part layout and want to create some external diametrical dimension.

But until now I was only able to create internal diametrical dimensions with  gSDK->CreateCircularDimension()

 

I tried a lot with the center, end, box parameters and ovDim... object variables

but was not able to create a external diametrical dimension with the SDK  (only by using tool and menu bar).capture_002_19092019_153146.thumb.jpg.348fa8f00969c5867ed3b95e015991ba.jpg

 

 

Any hint will be appreciated

 

Regards,

 Matthias

Link to comment

A college inspired me to look again at the object variables - With

    TVariableBlock textPosInside = (Boolean)false;
    gSDK->SetObjectVariable(dim, ovDimTextPosInside, textPosInside);
    TVariableBlock textRotation = (short)EDimTextRotateType::kHorVert;
    gSDK->SetObjectVariable(dim, ovDimTextRotation, textRotation);

CircularDimensions are created external 🙂

  • Like 1
Link to comment

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...