-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
15 changed files
with
106 additions
and
33 deletions.
There are no files selected for viewing
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)"> | ||
<Profiles> | ||
<Profile Name="(Default)" /> | ||
</Profiles> | ||
</SettingsFile> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,35 @@ | ||
# RPH / RhinoPlotHelper | ||
This is a plugin for Rhinoceros 6 that helps to manage rhino layouts, layer properties, and automates batch printing. | ||
This is a plugin for Rhinoceros 6 that helps to create document layouts. | ||
It will support batch print-to-file, layout editing, layout objects preset, and more. | ||
|
||
## Rhino Commands (Future Deployments to be Included) | ||
|
||
### RPHAddNewLayout | ||
|
||
### RPHShowLayoutsDialog (*obsolete*) | ||
``RPHAddNewLayout`` is a command that adds a new layout according to a certain sets of options. | ||
|
||
### RPHLayoutManagementDialog | ||
RPHAddNewLayout command exposes the following options: | ||
|
||
### RPHLayoutSettings | ||
#### Position | ||
|
||
### RPHSearch | ||
``<Position>`` option consists of the following modes of operation: ``<From_Point>``, ``<From_Content_Objects>``. | ||
|
||
+ From_Point | ||
|
||
``<From_Point>`` has one optional parameter: ``<Justification>`` which could be set to the desired justification method to guide the layout creation process. | ||
|
||
+ From_Content_Objects | ||
|
||
This option will allow the user to select one or a set of Rhino objects and will calculate the bounding box (world XY) of the selected object(s) automatically to be the layout extent. | ||
After selection, the paper size will change automatically to fit the selected object(s) while remaining the drawing scale. The justification method will be switched to center. | ||
|
||
#### Paper | ||
|
||
#### Scale | ||
|
||
#### Name | ||
|
||
#### Edge | ||
|
||
#### User_Attributes | ||
|
||
### RPHPrint |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<configuration> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<?xml version="1.0" encoding="utf-8" ?> | ||
<configuration> | ||
</configuration> |
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
731f89cbd13079b1a466ad69411c65ec15083f8f | ||
a7f30891b097ad6735410378cac88235f8bb9250 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.