Skip to content

Extract local Coordinate system of an element #109

Description

@falcon010216

Hi,

I am trying to extract coordinate system of profiles like HEA200 and Plates. I need to extract local coordinate system of an element. The local coordinate system will be a value double coor[4][3].

Is there a process to extract it?
I am extracting profile name and material like this.....
if (FieldName.Contains("Name") )
{
string ProfileInfo = psv.NominalValue.Value.ToString();
if (myIdeaProfile.ProfileType == "")
myIdeaProfile.ProfileType = ProfileInfo;
else
myIdeaProfile.Material = ProfileInfo;
}

Can I extend it to extract profile and plate coordinate system?? Thank you.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions