Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I can change Y and Z Justification, which is the offset of Beam in Revit. (Sorry it's not English)
Before Revit 2023, I could find these values as parameters in Element.
Also I could get value by using Element::get_Parameter(BuiltInParameter.YZ_JUSTIFICATION).AsInteger();
Now they are gone in Revit API 2023.
Does anyone have a tip for get the jutification status?
Thanks.
(This is parameter list of the Structural Beam Element in the picture. Justification informations are not here)
[0] "HIGHEST_ASSOCIATED_LEVEL" string
[1] "LOWEST_ASSOCIATED_LEVEL" string
[2] "STRUCTURAL_MATERIAL_PARAM" string
[3] "ANALYTICAL_ELEMENT_PHYSICAL_ASSET" string
[4] "ANALYTICAL_ELEMENT_STRUCTURAL_ROLE" string
[5] "ANALYTICAL_MEMBER_SECTION_TYPE" string
[6] "STRUCTURAL_SECTION_SHAPE" string
[7] "ANALYTICAL_MEMBER_ROTATION" string
[8] "STRUCTURAL_ANALYZES_AS" string
[9] "ALL_MODEL_INSTANCE_COMMENTS" string
[10] "STRUCTURAL_START_RELEASE_TYPE" string
[11] "STRUCTURAL_START_RELEASE_FX" string
[12] "STRUCTURAL_START_RELEASE_FY" string
[13] "STRUCTURAL_START_RELEASE_FZ" string
[14] "STRUCTURAL_START_RELEASE_MX" string
[15] "STRUCTURAL_START_RELEASE_MY" string
[16] "STRUCTURAL_START_RELEASE_MZ" string
[17] "STRUCTURAL_END_RELEASE_TYPE" string
[18] "STRUCTURAL_END_RELEASE_FX" string
[19] "STRUCTURAL_END_RELEASE_FY" string
[20] "STRUCTURAL_END_RELEASE_FZ" string
[21] "STRUCTURAL_END_RELEASE_MX" string
[22] "STRUCTURAL_END_RELEASE_MY" string
[23] "STRUCTURAL_END_RELEASE_MZ" string
[24] "ANALYTICAL_ELEMENT_HAS_ASSOCIATION" string
[25] "STRUCTURAL_MEMBER_FORCES" string
Solved! Go to Solution.