Results 1 to 5 of 5

Thread: Instance Radius = 0 in Sketched Profiles

  1. #1
    Member
    Join Date
    2013-06
    Posts
    3
    Login to Give a bone
    0

    Default Instance Radius = 0 in Sketched Profiles

    Hi Everyone,

    Just wondering if anyone has an idea about how to go about doing this. I'm trying to make a family that has a instance Radius parameter for a fillet. This can be a beam or a generic or any other family, the idea is that I can easily change the radius on the object on the fly. It usually works pretty well, but there will be some cases where I don't actually want a radius on there, and Revit will call it out as an error if I enter in 0. Any thoughts on how to achieve this? I could create an similar no fillet family, to swap out, but I would rather not clutter up the list.

    Sorry if this has been answered before, I'm a noob and my Google-Fu has failed me

  2. #2
    Member
    Join Date
    2013-06
    Posts
    3
    Login to Give a bone
    0

    Default Re: Instance Radius = 0 in Sketched Profiles

    Just adding a test family to show what I'm trying to say
    Attached Files Attached Files

  3. #3
    Revit Forum Manager Steve_Stafford's Avatar
    Join Date
    2001-12
    Location
    Irvine, CA
    Posts
    7,567
    Login to Give a bone
    0

    Default Re: Instance Radius = 0 in Sketched Profiles

    Something can't be nothing, at least as far as Revit is concerned. In your case you are trying to eliminate a fillet arc by turning two adjacent lines into a 90 degree corner by eliminating the arc between them...something into nothing. If you really must be able to show either condition within the same family then you need to provide separate geometry that can continue to exist in either circumstance but use the Visible parameter to control whether it can be seen. So you need a IF statement that turns off the visibility of the corner with fillet when a user enters zero radius and turns on geometry that shows the corner without a radius. Reverse the logic and visibility when it isn't zero.

  4. #4
    Member
    Join Date
    2013-06
    Posts
    3
    Login to Give a bone
    0

    Default Re: Instance Radius = 0 in Sketched Profiles

    Oh cool, thanks Steve for turning me onto that visibility thing, I've been reading up on it. Is it possible to make that into an Instance parameter? Are there downsides to using an Instance parameter?

  5. #5
    Revit Forum Manager Steve_Stafford's Avatar
    Join Date
    2001-12
    Location
    Irvine, CA
    Posts
    7,567
    Login to Give a bone
    0

    Default Re: Instance Radius = 0 in Sketched Profiles

    Downside? No, unless the reason the fillet needs to hide is based on a specific type(s) in the family.

Similar Threads

  1. Replies: 0
    Last Post: 2012-07-04, 08:07 PM
  2. Instance Length Instance Parameter: Reporting Issue
    By pashley in forum Revit Architecture - Families
    Replies: 1
    Last Post: 2012-06-27, 08:10 AM
  3. editable instance properties of grouped elements, unique value per group instance
    By Wish List System in forum Revit Architecture - Wish List
    Replies: 0
    Last Post: 2012-06-12, 05:22 PM
  4. Sketched symbols with dimension
    By lpolesny in forum Inventor Wish List
    Replies: 0
    Last Post: 2011-04-27, 11:11 AM
  5. Area of sketched lines
    By Mike Sealander in forum Revit Architecture - General
    Replies: 5
    Last Post: 2008-08-27, 03:15 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •