Author Topic: Assemblies, Feature Lines, and Parcels... Oh My!  (Read 8785 times)

0 Members and 1 Guest are viewing this topic.

BlackBox

  • King Gator
  • Posts: 3770
Re: Assemblies, Feature Lines, and Parcels... Oh My!
« Reply #15 on: July 17, 2015, 12:11:53 AM »
Just curious ... is this a development planned to the point you know what structure will be placed on each lot?  All f our developments had a variety of models for buyers to choose from; some of which worked well on the lot given the general grading surrounding and others not so much.  In addition, other builders would be permitted with their own plans.  The most information we would supply until a plot plan was generated was a pad elevation at FF with grades to front plus any rim elev's for back lot utilities.  nothing else was determined until basement excavation.

Pretty much, yes; this development is also located in SW Florida, so no basements to worry about. Haha

That said, yes, the client does have a specific model(s) that fit within the setback envelope for each of the four lot types we have designed for, with room enough for pool + cage, etc.

As for the site grading, we're submitting SWFWMD/ACOE plans for the entire project, and once approved/permitted, breaking the project out into four separate construction phases: 5.0 Miles of Water/Reuse mains (to supply the site), Phase 1 + Primary entrance roadway improvements, Phase 2 + Secondary entrance roadway improvements, and Phase 3 - We break ground in August-September :lol:
"How we think determines what we do, and what we do determines what we get."

BlackBox

  • King Gator
  • Posts: 3770
Re: Assemblies, Feature Lines, and Parcels... Oh My!
« Reply #16 on: July 17, 2015, 01:29:52 AM »
How do I go about the If-Then rounding for nearest 0.05...? :?

Got it - Thank you, Dave over at GBUG!



Example 'Finished Floor' Alignment Station Offset Label's Profile Expression, where 2.75 is the elevation difference above Profile Grade:

Code: [Select]
ROUND(({Profile Elevation}+2.75)/0.05)*0.05
"How we think determines what we do, and what we do determines what we get."

Dinosaur

  • Guest
Re: Assemblies, Feature Lines, and Parcels... Oh My!
« Reply #17 on: July 17, 2015, 07:14:25 AM »
Pretty much, yes; this development is also located in SW Florida, so no basements to worry about. Haha
That would do it for sure ... we had to deal with full basement, partial basement, raised ranch, split levels and walk outs with street grades usually between 2 and 5 percent.

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Assemblies, Feature Lines, and Parcels... Oh My!
« Reply #18 on: July 17, 2015, 12:53:30 PM »
How do I go about the If-Then rounding for nearest 0.05...? :?

Got it - Thank you, Dave over at GBUG!



Example 'Finished Floor' Alignment Station Offset Label's Profile Expression, where 2.75 is the elevation difference above Profile Grade:

Code: [Select]
ROUND(({Profile Elevation}+2.75)/0.05)*0.05

sorry I missed that earlier,

is that {code} used in an expression?  Just to clarify
Be your Best


Michael Farrell
http://primeservicesglobal.com/

BlackBox

  • King Gator
  • Posts: 3770
Re: Assemblies, Feature Lines, and Parcels... Oh My!
« Reply #19 on: July 17, 2015, 02:12:12 PM »
How do I go about the If-Then rounding for nearest 0.05...? :?

Got it - Thank you, Dave over at GBUG!



Example 'Finished Floor' Alignment Station Offset Label's Profile Expression, where 2.75 is the elevation difference above Profile Grade:

Code: [Select]
ROUND(({Profile Elevation}+2.75)/0.05)*0.05

sorry I missed that earlier,

is that {code} used in an expression?  Just to clarify

No worries; yes, that is the Expression, used to populate an Alignment Station offset Label Style, as described above. :-)

Screenshots:


"How we think determines what we do, and what we do determines what we get."

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Assemblies, Feature Lines, and Parcels... Oh My!
« Reply #20 on: July 17, 2015, 02:44:55 PM »
thanks, I was good at YES
Be your Best


Michael Farrell
http://primeservicesglobal.com/

BlackBox

  • King Gator
  • Posts: 3770
Re: Assemblies, Feature Lines, and Parcels... Oh My!
« Reply #21 on: July 18, 2015, 07:03:17 PM »
So I'm loving how fast it was to grade a site using Station Offset labels via Expression(s).

Now, how does one extract COGO points for same, or integrate said labels value into a Surface?

"How we think determines what we do, and what we do determines what we get."

BlackBox

  • King Gator
  • Posts: 3770
Re: Assemblies, Feature Lines, and Parcels... Oh My!
« Reply #22 on: July 19, 2015, 10:00:23 AM »
Looks like I'm going to have to use StationOffsetLabel Class to filter for if IsTextComponentOverriden(), then GetTextComponentOverride(), else GetTextComponentIds().  :|
"How we think determines what we do, and what we do determines what we get."

BlackBox

  • King Gator
  • Posts: 3770
Re: Assemblies, Feature Lines, and Parcels... Oh My!
« Reply #23 on: July 31, 2015, 06:25:44 PM »
Hooray Civil 3D .NET API! :-)

http://screencast.com/t/I335akrQXugK

"How we think determines what we do, and what we do determines what we get."