Skip to content

Commit

Permalink
Fix Assemble
Browse files Browse the repository at this point in the history
  • Loading branch information
janper committed Mar 5, 2021
1 parent 751d568 commit d239d9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Components/RuleAssemble.cs
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ protected override void SolveInstance(IGH_DataAccess DA) {

var transformedSourceConnectorPlane = sourceConnector.AnchorPlane.Clone();
transformedSourceConnectorPlane.Transform(sourceModuleTransform);
transformedSourceConnectorPlane.Flip();
transformedSourceConnectorPlane.Rotate(Math.PI, transformedSourceConnectorPlane.YAxis);
var targetModuleTransform = Transform.PlaneToPlane(targetConnector.AnchorPlane,
transformedSourceConnectorPlane);
var targetModuleGeometry = targetModule.Geometry.Select(geo => {
Expand Down
4 changes: 2 additions & 2 deletions Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.2.1.0")]
[assembly: AssemblyFileVersion("1.2.1.0")]
[assembly: AssemblyVersion("1.2.1.1")]
[assembly: AssemblyFileVersion("1.2.1.1")]
Binary file modified bin/Monoceros.pdb
Binary file not shown.

0 comments on commit d239d9f

Please sign in to comment.