cbucks

Members
  • Posts

    178
  • Joined

Reputation

-1 Poor

1 Follower

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Does marking a foundation wall as a terrain retaining wall have same function as a terrain break?
  2. I have a door opening (using a door opening) because I want a drop concrete header. Is there a way I can replace the door with a railing and keep the opening in tact? The other thought was to make an opening an add a Juliet balcony however the door jam is over 12" so I have plenty of space to put a railing in between the opening.
  3. Any ideas on how you could create a roof plan in chief that would be compliant with these requirements: "All roofs shall have a minimum roof pitch of 4:12. The longest ridge line of the roof shall be roughly perpendicular to the shoreline; or for buildings at an angle, the ridge line most perpendicular to the shoreline (within 45 degrees of perpendicular)." The shoreline is parallel with the 60' length. Can do an additional 3' on any side for the eaves, so say the 16" side could be 22" "Story, half. A partial story under a gable, hip, or gambrel roof, the wall plates of which on at least two opposite exterior walls are not more than three feet above the floor of the story, except that any partial story used for residence purposes, other than for a janitor or caretaker or his family, or by a family occupying the floor immediately below it, shall be deemed a full story."
  4. Good day does anyone have a 3d symbol for Belgard Turfstone or similar permeable paver. Something similar to the attached.
  5. Thanks do they always send to you in a certain scale? I have a dxf but not sure the scale tried using meters but it was super small changed to miles and can see things but still scale is not correct not sure what the scale is of the dxf
  6. Curious Is there a way with a 3D and 2D open to select something in 3D and it selects the same in 2D and vice versa?
  7. I have a bunch of elevation points from a GNSS RTK receiver in an app called SW Maps. I can export out in various formats KML, GPX, CSV, I believe even auto cad. Is there a way I can generate 1ft contour lines in Chief? If not any other software you would recommend to do this and then try to import and overlay into Chief?
  8. Is there a way to reset layer sets to the program default?
  9. Is this kind of the script you followed https://stackoverflow.com/questions/7222382/get-lat-long-given-current-point-distance-and-bearing or this http://www.movable-type.co.uk/scripts/latlong.html I checked the x and y position and they are accurate in terms of feet so inseams to be something with the feet per latitude or longitude degree?
  10. What programming language does Chief use for Macros? Is this compatible with languages such as python?
  11. Trying to stake out some gps coordinates to see what the potential window view angles of are at those spots. Alternatively if someone knows of a good calculator or IOS app I basically need to be able to take a known GPS coordinate enter in a heading and distance in ideally quadrant bearing and decimal feet and have it calculate the gps coordinate I can use my GNSS RTK rover to navigate to.
  12. If you draw a line is right now I am getting Degrees Minutes Seconds as two whole numbers is there a way to show two decimal places in the seconds field?
  13. I have a line that is showing N 58 degrees 58' 59" E I need to rotate entire plan so this line is 58 degrees 58' 55" E so 4" . Sorry new b question but how do I rotate everything 4 degree seconds
  14. I went back to the original Rabs Long and Lat tool.calibz I am able to get it to be as close as 9" which isn't bad but not precise enough if for me to stake out points on site to visualize and maximize window views. For comparison sake my GNSS receiver with an NTRIP RTK Corrections shows an accuracy of .33 in for horizontal accuracy. A couple things I adjusted in the Long and Lat Tool calibz. One is the marker radius I set super small. I noticed a 4" marker radius was creating a slight xy offset when I placed the point over the known point. Albeit not visible to the naked eye was enough to throw off calculations. I also rotated my plan to due North which I rotated 31.017°. I believe it is due North at least the plan arrow is completely in line with the North arrow of the plan. This could be part of my problem though as visually it looks correct but may be rotated off a bit. I can't recall where I calculated 31.017 degrees but it was a while ago. I also tried making the chief input to be decimals but went back to degrees minutes and seconds. I changed the split to " " so that it can use spaces. It seems like degrees minutes and seconds with 3 digit decimal input is a more finite input in chief than decimal degrees. The precision is decimals for seconds so I changed the rounding on seconds to 3 digits to match the GNSS receiver. I used this calculator and changed the feet per degree longitude and latitude to match the latitude of 41. http://www.csgnetwork.com/degreelenllavcalc.html Is there a way in chief to force it to calc using the most decimal places possible?