public SpliceJoint_BlindTenon(SpliceJoint sj) : base(sj)
        {
            TenonLength  = DefaultTenonLength;
            TenonWidth   = DefaultTenonWidth;
            TenonHeight  = DefaultTenonHeight;
            Added        = DefaultAdded;
            FilletRadius = DefaultFilletRadius;

            DowelLength   = DefaultDowelLength;
            DowelDiameter = DefaultDowelDiameter;
        }
Example #2
0
 public SpliceJoint(SpliceJoint sj)
 {
     Parts      = sj.Parts;
     this.Plane = sj.Plane;
 }
Example #3
0
 public bool DefaultSpliceJoint(SpliceJoint sj)
 {
     return(sj.Construct());
 }
Example #4
0
 public SpliceJoint_Tenon3(SpliceJoint sj) : base(sj)
 {
 }