• RE: Bad Animation Frames

    Jerry Flynn
    Jerry Flynn
    Hi Chris, Sorry you are having this issue it looks like you are saving frames using smooth shading and not Luxology is this correct? It would be best for you to post the data set for us to have a look. It appears to be camera clipping issue which could…
    • over 5 years ago
    • Visualization
    • Visualization Forum
  • RE: Is it possible to define ECProperty as enum type?

    Paul Connelly
    Paul Connelly
    I'm relatively certain the new "pick lists" are only usable with Item Types (created in MicroStation's Item Types dialog), not general ECSchemas. I could be wrong. However ECSchemas have for years supported custom attributes which behave like enums…
    • over 5 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
    • Jon Summers
  • Re: is it possible convert curve,arc and ellipse to linestring?

    stefan_bernsdorf
    stefan_bernsdorf
    Hi, you could use the el.ConstructVertexList(tolerance) Function in VBA... <snip> Dim p() as Point3d p = curve_el.ConstructVertexList (tolerance) Set line_el= CreateLineElement1(curve_el, p) </snip> Stefan.
    • over 11 years ago
    • MicroStation Programming
    • [Archived] MicroStation V8 2004 Edition Programming Forum
  • RE: V8i VBA - I Want My Very Own PropertyHandler!

    Shane Kril
    Shane Kril
    Try adding a default value to your property in the class editor. To do this open the schema in the class editor and then in the properties tab select the custom attributes button. Add 'Calculated ECProperty Specification' custom property to the property…
    • over 8 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
    • Sergio UK
    • Michael Stark
  • Re: [v8i] Fence.GetContents enumeration slowdown vs v8XM

    Jon Summers
    Jon Summers
    Unknown said: I'm absolutely convinced that there is an actual slowdown between versions I suggest that you prepare a simple test case: a VBA project that does nothing more than your timed code and a sample DGN model for it to work with. Then submit…
    • over 10 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • [V8i-SS2 VBA] reading variable from un-opened VBA Projects

    cweber
    cweber
    Hi Folks, I am writing a utility to read utility versions for all my MVBA Projects. Will I need to open all in this code in order to do this? I have highlighted where I got to so far. ' ----------------------------------------------------…
    • Answered
    • over 9 years ago
    • MicroStation Programming
    • MicroStation Programming Forum
  • RE: V8i VBA - I Want My Very Own PropertyHandler!

    Bruce Reeves SRNS
    Bruce Reeves SRNS
    It's possible IF you're will to use the MicroStation XML API. Not necessarily "quick and easy", but possible.... Bruce
    • over 9 years ago
    • MicroStation Programming
    • MicroStation Programming Forum