Beispiel #1
0
        //public void SetColumnSpliceOverwrite(string name,
        //    eColumnSpliceOption spliceOption,
        //    double height,
        //    eItemType itemType = eItemType.Object)
        //{

        //}
#elif !BUILD_ETABS2015
        public void SetSpring(string name,
                              eSpringType springType,
                              double stiffness,
                              eSpringSimpleType springSimpleType,
                              string linkProperty,
                              eSpringLocalOneType springLocalOneType,
                              int direction,
                              double plane23Angle,
                              double[] vector,
                              double angleOffset,
                              bool replace,
                              string coordinateSystem = CoordinateSystems.Local,
                              eItemType itemType      = eItemType.Object)
        {
        }
 public void SetSpring(string name,
                       eSpringType springType,
                       double stiffness,
                       eSpringSimpleType springSimpleType,
                       string linkProperty,
                       eFace face,
                       eSpringLocalOneType springLocalOneType,
                       int direction,
                       bool isOutward,
                       Coordinate3DCartesian vector,
                       double angleOffset,
                       bool replace,
                       string coordinateSystem = CoordinateSystems.Local,
                       eItemType itemType      = eItemType.Object)
 {
 }