/// <summary> /// Instantiate a gable frame by the framing options and gable frame geometric points. /// </summary> /// <param name="options"></param> /// <param name="geometricFrame"></param> public MonoSlopeFrame(FramingOptions options, MonoSlopeGeoShape geometricFrame) { this.options = options; this.geometricFrame = geometricFrame; rightColumnComponents = new List <Component>(); leftColumnComponents = new List <Component>(); rafterComponents = new List <Component>(); basePlates = new List <Component>(); rightColumnSpliceConnections = new List <Component>(); leftColumnSpliceConnections = new List <Component>(); rafterSpliceConnections = new List <Component>(); kneeConnections = new List <Component>(); teklaModel = new Model(); }
public RadialFrameSetting(FramingOptions options) { this.options = options; }