Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hidden 'Pick Elements' and 'Pick Points' components. #1043

Merged
merged 7 commits into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added art/rhino8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
194 changes: 109 additions & 85 deletions docs/_data/components.json
Original file line number Diff line number Diff line change
Expand Up @@ -2615,6 +2615,30 @@
"until": null,
"uuid": "f9bc3f5e-7415-485e-b74c-5cb855b818b8"
},
{
"desc": "",
"iconsrc": null,
"icontag": "P",
"panel": "Input",
"since": "1.17",
"tab": "Revit",
"title": "Pick Elements",
"typename": "PickElements",
"until": null,
"uuid": "f795d14c-e7af-438b-9c57-332d0d8c4402"
},
{
"desc": "",
"iconsrc": null,
"icontag": "P",
"panel": "Input",
"since": "1.17",
"tab": "Revit",
"title": "Pick Points",
"typename": "PickPoints",
"until": null,
"uuid": "7d45ec0d-f531-478e-b2a0-657678c0c6fd"
},
{
"desc": "Given the point, it adds an image to the given View",
"iconsrc": "/static/images/GH/AddImage.png",
Expand Down Expand Up @@ -3719,90 +3743,6 @@
"until": null,
"uuid": "0d9f07e2-3a21-4e85-96cc-bc0e6a607af1"
},
{
"desc": "Given a Brep, it adds a Brep shape to the active Revit document",
"iconsrc": "/static/images/GH/DirectShapeByBrep.png",
"icontag": null,
"panel": "DirectShape",
"since": null,
"tab": "Revit",
"title": "Add Brep DirectShape",
"typename": "DirectShapeByBrep",
"until": null,
"uuid": "5ade9ae3-588c-4285-abc5-09deb92c6660"
},
{
"desc": "Given a Curve, it adds a Curve shape to the active Revit document",
"iconsrc": "/static/images/GH/DirectShapeByCurve.png",
"icontag": null,
"panel": "DirectShape",
"since": null,
"tab": "Revit",
"title": "Add Curve DirectShape",
"typename": "DirectShapeByCurve",
"until": null,
"uuid": "77f4fbdd-8a05-44a3-ac54-e52a79cf3e5a"
},
{
"desc": "Given its Geometry, it adds a DirectShape element to the active Revit document",
"iconsrc": "/static/images/GH/DirectShapeByGeometry.png",
"icontag": null,
"panel": "DirectShape",
"since": null,
"tab": "Revit",
"title": "Add Geometry DirectShape",
"typename": "DirectShapeByGeometry",
"until": null,
"uuid": "0bfbda45-49cc-4ac6-8d6d-ecd2cfed062a"
},
{
"desc": "Given its Geometry, it reconstructs a DirectShape Type to the active Revit document",
"iconsrc": "/static/images/GH/DirectShapeTypeByGeometry.png",
"icontag": null,
"panel": "DirectShape",
"since": null,
"tab": "Revit",
"title": "Add DirectShape Type",
"typename": "DirectShapeTypeByGeometry",
"until": null,
"uuid": "25dcfe8e-5be9-460c-80e8-51b7041d8fed"
},
{
"desc": "Given its location, it reconstructs a DirectShape into the active Revit document",
"iconsrc": "/static/images/GH/DirectShapeByLocation.png",
"icontag": null,
"panel": "DirectShape",
"since": null,
"tab": "Revit",
"title": "Add DirectShape",
"typename": "DirectShapeByLocation",
"until": null,
"uuid": "a811efa4-8de2-46f3-9f88-3d4f13fe40be"
},
{
"desc": "Given a Mesh, it adds a Mesh shape to the active Revit document",
"iconsrc": "/static/images/GH/DirectShapeByMesh.png",
"icontag": null,
"panel": "DirectShape",
"since": null,
"tab": "Revit",
"title": "Add Mesh DirectShape",
"typename": "DirectShapeByMesh",
"until": null,
"uuid": "5542506a-a09e-4ec9-92b4-f2b52417511c"
},
{
"desc": "Given a Point, it adds a Point shape to the active Revit document",
"iconsrc": "/static/images/GH/DirectShapeByPoint.png",
"icontag": null,
"panel": "DirectShape",
"since": null,
"tab": "Revit",
"title": "Add Point DirectShape",
"typename": "DirectShapeByPoint",
"until": null,
"uuid": "7a889b89-c423-4ed8-91d9-5cece1ee803d"
},
{
"desc": "Gets the active Design Option",
"iconsrc": "/static/images/GH/DesignOptionActive.png",
Expand Down Expand Up @@ -4103,6 +4043,90 @@
"until": null,
"uuid": "aae738e5-88df-4cdf-8dc9-6cda11f334a0"
},
{
"desc": "Given a Brep, it adds a Brep shape to the active Revit document",
"iconsrc": "/static/images/GH/AddDirectShapeBrep.png",
"icontag": null,
"panel": "DirectShape",
"since": null,
"tab": "Revit",
"title": "Add DirectShape (Brep)",
"typename": "AddDirectShapeBrep",
"until": null,
"uuid": "5ade9ae3-588c-4285-abc5-09deb92c6660"
},
{
"desc": "Given a Curve, it adds a Curve shape to the active Revit document",
"iconsrc": "/static/images/GH/AddDirectShapeCurve.png",
"icontag": null,
"panel": "DirectShape",
"since": null,
"tab": "Revit",
"title": "Add DirectShape (Curve)",
"typename": "AddDirectShapeCurve",
"until": null,
"uuid": "77f4fbdd-8a05-44a3-ac54-e52a79cf3e5a"
},
{
"desc": "Given a Mesh, it adds a Mesh shape to the active Revit document",
"iconsrc": "/static/images/GH/AddDirectShapeMesh.png",
"icontag": null,
"panel": "DirectShape",
"since": null,
"tab": "Revit",
"title": "Add DirectShape (Mesh)",
"typename": "AddDirectShapeMesh",
"until": null,
"uuid": "5542506a-a09e-4ec9-92b4-f2b52417511c"
},
{
"desc": "Given a Point, it adds a Point shape to the active Revit document",
"iconsrc": "/static/images/GH/AddDirectShapePoint.png",
"icontag": null,
"panel": "DirectShape",
"since": null,
"tab": "Revit",
"title": "Add DirectShape (Point)",
"typename": "AddDirectShapePoint",
"until": null,
"uuid": "7a889b89-c423-4ed8-91d9-5cece1ee803d"
},
{
"desc": "Given its Geometry, it adds a DirectShape element to the active Revit document",
"iconsrc": "/static/images/GH/AddDirectShapeGeometry.png",
"icontag": null,
"panel": "DirectShape",
"since": null,
"tab": "Revit",
"title": "Add DirectShape (Geometry)",
"typename": "AddDirectShapeGeometry",
"until": null,
"uuid": "0bfbda45-49cc-4ac6-8d6d-ecd2cfed062a"
},
{
"desc": "Given its Geometry, it reconstructs a DirectShape Type to the active Revit document",
"iconsrc": "/static/images/GH/AddDirectShapeType.png",
"icontag": null,
"panel": "DirectShape",
"since": null,
"tab": "Revit",
"title": "Add DirectShape Type",
"typename": "AddDirectShapeType",
"until": null,
"uuid": "25dcfe8e-5be9-460c-80e8-51b7041d8fed"
},
{
"desc": "Given its location, it reconstructs a DirectShape into the active Revit document",
"iconsrc": "/static/images/GH/AddDirectShapeInstance.png",
"icontag": null,
"panel": "DirectShape",
"since": null,
"tab": "Revit",
"title": "Add DirectShape Instance",
"typename": "AddDirectShapeInstance",
"until": null,
"uuid": "a811efa4-8de2-46f3-9f88-3d4f13fe40be"
},
{
"desc": "Element Category Property Get access component to Element Category property",
"iconsrc": "/static/images/GH/ElementPropertyCategory.png",
Expand Down Expand Up @@ -5382,7 +5406,7 @@
"panel": "Document",
"since": "1.10",
"tab": "Revit",
"title": "Document Warnings",
"title": "Query Warnings",
"typename": "DocumentWarnings",
"until": null,
"uuid": "3917adb2-706e-49a2-a3af-6b5f610c4b78"
Expand Down
34 changes: 22 additions & 12 deletions docs/pages/_en/1.0/reference/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,34 @@ group: Deployment & Configs

### WIP

- Added support for Rhino 8.0
### RC


{% endcapture %}
{% include ltr/release_header_next.html title="Upcoming Changes" note=rc_release_notes %}

{% include ltr/release-header.html title="v1.18 RC1" version="v1.18.8732.18986" pre_release=true time="11/28/2023" %}

- Added {% include ltr/comp.html uuid='f795d14c' %} component.
- Added {% include ltr/comp.html uuid='7d45ec0d' %} component.
- Implemented conversion from 'Element' to 'Model Content' on some types.
- Fix on 'Annotation Leaders' component when used on an `ARDB.TextNote`.
- Fix on 'Material' conversion on Rhino 8.
- Fix on 'Query Sheets' when wildcard is used as input.
- Fix on {% include ltr/comp.html uuid='71f014de' %} component when used on an `ARDB.TextNote`.
- Fix on {% include ltr/comp.html uuid='b18ef2cc' %} conversion on Rhino 8.
- Fix on {% include ltr/comp.html uuid='97c8cb27' %} when wildcard is used as input.
- Fixed a bug that makes Grasshopper previews visible on Revit type preview dialog.
- Fix on `PersistentParam` context menu when it contains deleted elements.

### RC
{% include ltr/release-header.html title="v1.17" version="v1.17.8732.18736" time="11/28/2023" %}

- Added 'Pick Elements' component.
- Added 'Pick Points' component.
- Renamed 'Document Warnings' -> 'Query Warnings'.
- Added context menu to 'Built-In Failure Definitions' to filter by severity.
- Improved element-tracking on views.
<div style="text-align: center;">
<img src="/rhino.inside-revit/static/images/release_notes/rhino8.png" alt="" style="width: 256px;">
<p style="margin: 0;">{{ site.terms.rir }} now supports Rhino 8!</p>
<p style="color: darkgray;">[ v8.1 and above ]</p>
</div>

{% endcapture %}
{% include ltr/release_header_next.html title="Upcoming Changes" note=rc_release_notes %}
- Renamed 'Document Warnings' -> {% include ltr/comp.html uuid='3917adb2' %}.
- Added context menu to {% include ltr/comp.html uuid='73e14fbb' %} to filter by severity.
- Improved element-tracking on views.

{% include ltr/release-header.html title="v1.17 RC1" version="v1.17.8620.27747" pre_release=true time="08/08/2023" %}

Expand Down
Binary file added docs/static/images/GH/AddDirectShapeBrep.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/GH/AddDirectShapeCurve.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/GH/AddDirectShapeGeometry.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/GH/AddDirectShapeInstance.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/GH/AddDirectShapeMesh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/GH/AddDirectShapePoint.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/GH/AddDirectShapeType.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/static/images/release_notes/rhino8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/RhinoInside.Revit.GH/Components/Input/PickElements.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace RhinoInside.Revit.GH.Components.Input
public class PickElements : ZuiComponent
{
public override Guid ComponentGuid => new Guid("F795D14C-E7AF-438B-9C57-332D0D8C4402");
public override GH_Exposure Exposure => GH_Exposure.primary | GH_Exposure.obscure;
public override GH_Exposure Exposure => GH_Exposure.primary | GH_Exposure.hidden;
protected override string IconTag => string.Empty;

public PickElements() : base
Expand Down
2 changes: 1 addition & 1 deletion src/RhinoInside.Revit.GH/Components/Input/PickPoints.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace RhinoInside.Revit.GH.Components.Input
public class PickPoints : ZuiComponent
{
public override Guid ComponentGuid => new Guid("7D45EC0D-F531-478E-B2A0-657678C0C6FD");
public override GH_Exposure Exposure => GH_Exposure.primary | GH_Exposure.obscure;
public override GH_Exposure Exposure => GH_Exposure.primary | GH_Exposure.hidden;
protected override string IconTag => string.Empty;

public PickPoints() : base
Expand Down
Loading