• EC CRUD Operations With Native And Managed DgnEC APIs

    This blog demonstrates how to use DgnEC native and managed API’s for following: Locate and load schema Create EC instances and relationships Read EC instances and relationships Update EC instances and relationships Delete EC instances and relations...
  • How to use SolidUtil APIs

    Introduction SolidUtil and allied classes provide support for the creation, querying, and modification of BREP. MicroStation SDK has file MstnExamples/Elements/ManagedToolsExample/SolidUtilClassExamples.cs; which demonstrates the capabilities. This suits ...
  • How to create a Parametric Feature Tree

    Introduction Parametric Feature is powerful way of creating complex geometry associatively. Various parametric features can be combined to form a chain; often called as a feature tree. What does the example demonstrate? 'Parametric Feature Tree T...
  • MicroStation SDK sample- DimensionExample

    Introduction ‘DimensionExample’ showcases the CRUD capabilities of the Dimension API What does the example demonstrate? The example describes the use of Dimension API to: Create a linear dimension on an element Create a linear dimension betwe...