• [CONNECT U14 VBA] Create Parametric Solids?

    Is it possible to create parametric solids with VBA? The only VBA methods I can find for adding cylinders to a model create "Smart Solids" which can't be manually edited after they are drawn (at least not like parametric solids). I wrote the code below…
  • Facing an error in microstation v8i selectseries4 while defining actor path for animating a man model to a defined path.

    I am using microstation v8i ss4. I have created keyframes for animating (making the man model walk). After setting the keyframes, when I am defining the Actor path and orientation it is showing the following error. Can anybody help me out?
  • what apis is used to get the item list and properties on the Item?

    Hi, I have an i.dgn model and open with Microstations, there are some items in the item explorer, which apis can i use to get iterate all those items, and what api is used to access the properties on that item? I am run an MDL application…
  • Microstation drawing in different views

    So I am drawing in 3d with 4 different views, top, front, iso, right. I am trying to draw an arc on my right view which is view 4.... using two cadinputqueue.senddatapoint point, 4 I am not getting consistent result. Half of the time my arc is showing…
  • [microstation connect update4 MDL c++] SolidUtil::Create::BodyFromLoft failed in my program, why?

    extract boundary curves from top and bottom b-surface, and then making b-surface with the two boundary curves failed, please give me a reasion, DGN file in attachment below, my code as follow: CurveVectorPtr profileVec[2]; // 1. extract the first…
  • [Microstation Connect Update4 MDL C++] how to implement the function of tool sweep surface along curves in c++ (sweep two along one)?

  • [V8.i C++ ss4] PointCloudHandler::GetElementRefs issue

    Hello, i'm using Microstation V8.i ss4 C++ sdk. I try to dynamically get point clouds attached using PointCloudHandler::GetElementRefs with a std::vector. void GetElements() { std::vector<ElementRef> elements; Bentley::Ustn::Element::PointCloudHandler…
  • Convert a solid to Facetted representation.

    I have used essentially the code on communities.bentley.com/.../102952 ;to convert a solid (a truncated cone) to facets, no trouble. I then scaled the truncated cone unequally ( by 2,1,.75 in the X,Y,Z directions using the scale dialog (Building Designer…
  • RE: [V8i MDL] How to Delete Dependency Linkage from Bentley Structural?

    Following Michael's solution, I did the this in the main: mdlDependency_registerCallback (48640, mdlSystem_getCurrMdlDesc (), processingCallback); mdlDependency_registerCallback (48900, mdlSystem_getCurrMdlDesc (), processingCallback); So both Triforma…
  • Microstation v7 MDL: Fixing old application to new work process

    Hi all, I'm having a brain cramp trying to figure out something that should be very easy that just isn't working. It's in a v7 Native MDL application that I need to create various simple solids, without holes. One is a cylinder, the other is a half…
  • [V8i MVBA] Extrude Profile to Solid

    I'm testing Extrude to solid method as follows: Sub TestExtrude() Dim oEle As Element 'Dim oSmartSolid As SmartSolid Dim oSmartSolidEle As SmartSolidElement Set oEle = ActiveModelReference.GetElementByID(DLongFromString("62494")) 'This is not necessary…
  • Microstation elements

    Heeeelp me... Sorry my bad English... I’m a Brazilian Student and curious about Intergraph PDS (working now with it). Pleeeeease, can you help me with how can I work with type 63 data in seed settings for microstation – PDS configuration? I want…
  • 3D Building Slope Angle

    Any one can give idea to calculate slope angle in all types of 3D building? Angle between Building_Outline and Roof_Face?