abd ss5-081109747扶手设置

关于扶手的问题,我设置后下面两根杆件会有少了一截,如果设置side offset,它们会往外偏移同时也伸长,但我只想让它伸长不偏移,这个怎么实现?

  • side offset是设置平行偏移位置,应该不会拉伸横杆。请查看参数变量STRUCTURAL_SHAPES的设置,能否将里面所定义的xml文件发送给我?
  • 如下图,我修改了sideset后,下方两根栏杆位置往外偏移了

    不知道您要的是不是下面这个xml文件

    Railings.xml

  • 下图是我的环境。就是这里所设置的xml文件。通过Workspace⇒Configuration打开窗口

  • <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <TriForma>
    	<StructuralShapes>
    		<Code name="PROJSHAPES" isMetric="false">
    			<RectangularShapes>
    				<RectangularShape name="F12x12" d="12" width="12">
    					<Dimensions/>
    					<Properties>
    						<Centroid/>
    						<Elastic/>
    					</Properties>
    				</RectangularShape>
    				<RectangularShape name="F18x18" d="18" width="18">
    					<Dimensions/>
    					<Properties>
    						<Centroid/>
    						<Elastic/>
    					</Properties>
    				</RectangularShape>
    				<RectangularShape name="F24x24" d="24" width="24">
    					<Dimensions/>
    					<Properties>
    						<Centroid/>
    						<Elastic/>
    					</Properties>
    				</RectangularShape>
    				<RectangularShape name="F30x30" d="30" width="30">
    					<Dimensions/>
    					<Properties>
    						<Centroid/>
    						<Elastic/>
    					</Properties>
    				</RectangularShape>
    				<RectangularShape name="F36x36" d="36" width="36">
    					<Dimensions/>
    					<Properties>
    						<Centroid/>
    						<Elastic/>
    					</Properties>
    				</RectangularShape>
    				<RectangularShape name="F42x42" d="42" width="42">
    					<Dimensions/>
    					<Properties>
    						<Centroid/>
    						<Elastic/>
    					</Properties>
    				</RectangularShape>
    				<RectangularShape name="F48x48" d="48" width="48">
    					<Dimensions/>
    					<Properties>
    						<Centroid/>
    						<Elastic/>
    					</Properties>
    				</RectangularShape>
    				<RectangularShape name="P10x10" d="10" width="10">
    					<Dimensions/>
    					<Properties>
    						<Centroid/>
    						<Elastic/>
    					</Properties>
    				</RectangularShape>
    				<RectangularShape name="P12x12" d="12" width="12">
    					<Dimensions/>
    					<Properties>
    						<Centroid/>
    						<Elastic/>
    					</Properties>
    				</RectangularShape>
    				<RectangularShape name="P14x14" d="14" width="14">
    					<Dimensions/>
    					<Properties>
    						<Centroid/>
    						<Elastic/>
    					</Properties>
    				</RectangularShape>
    				<RectangularShape name="P16x16" d="16" width="16">
    					<Dimensions/>
    					<Properties>
    						<Centroid/>
    						<Elastic/>
    					</Properties>
    				</RectangularShape>
    				<RectangularShape name="P18x18" d="18" width="18">
    					<Dimensions/>
    					<Properties>
    						<Centroid/>
    						<Elastic/>
    					</Properties>
    				</RectangularShape>
    			</RectangularShapes>
    		</Code>
    	</StructuralShapes>
    </TriForma>

  • 应该还有一个xml文件,请参考我之前的环境,第二行为US,这代表在C:\ProgramData\Bentley\AECOsimBuildingDesigner V8i Ss6\WorkSpace\BuildingDatasets\Dataset_US\data(我使用的是英文版SS6)路径下的us.xml文件。请将您的相应文件也发给我。
    另外,如果更改Shape Name,也就是改变横杆的形状,还会出现少一截的情况吗?