-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels