mirror of
https://github.com/mcneel/opennurbs.git
synced 2026-03-18 07:26:06 +08:00
Update source to v6.8.18240.20051
Previous source was actually for 6.1...
This commit is contained in:
@@ -1762,6 +1762,11 @@ bool ON_Hatch::Transform( const ON_Xform& xform)
|
||||
}
|
||||
int rc = m_plane.Transform( xform);
|
||||
|
||||
ON_3dVector x = m_plane.xaxis;
|
||||
x.Transform(xform);
|
||||
double scale = x.Length() * PatternScale();
|
||||
SetPatternScale(scale);
|
||||
|
||||
UnrotateHatch(this);
|
||||
|
||||
TransformUserData(xform);
|
||||
|
||||
Reference in New Issue
Block a user