Skip to content

Extract local Coordinate system of an element #109

@falcon010216

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.

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