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