Discovery Import

Discovery Import

Script to extract Beam Section details

TAGGED: 

    • garias
      Subscriber

      Hi All,

       I need to created a script in SpaceClaim to extract the beam section properties of a Beam. Can someone give some ideas on how to do it? I've tried the help system but couldn't find any reference guide for SpaceClaim.

      Thanks a lot for your help

      Gabriel Arias

    • garias
      Subscriber

      Forgot to add a picture showing what I need to extract.

    • Naresh Patre
      Ansys Employee

      Hello Gabriel Arias

      Check check out below commands:

      part = GetRootPart()
      myBeam=GetRootPart().Beams[0]
      beamProp = myBeam.SectionProperties
      print dir(beamProp)

Viewing 2 reply threads
  • You must be logged in to reply to this topic.