Message 1 of 7

Not applicable
04-21-2020
04:43 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi every One,
I set wall (key_ref_para) = (2) to get the exterior point of the wall to assign it to specify point but it is not working and still modeling with the centerline of the wall .
//Creat First Wall
var wall1 = Wall.Create(doc,WallCollectionGenerator.Getprofile1_2(pc1,pc2),wallType.Id,LevelType.Id,true) ;
//Set Wall Location Line
Parameter Wall1LineLocation = wall1.get_Parameter(BuiltInParameter.WALL_KEY_REF_PARAM);
var wloc = Wall1LineLocation.Set(2);
Solved! Go to Solution.