My goal is to create railing according to the stair path, but I need to get the stair path first (like floor boundary line), then after that I will create the railing according to the path. It’s like to check whether the railing is already installed on the stair or not. if not, then I will install the railing, if already installed, then the output will be true or something else. Does anyone knows how the approach?