Local face coordinate system #20
-
Hello, Example: val pointsUpperSide = #{ #[5, 5], #[15, 5] } val boreholesUpperSide = base.faces[Q > Z].workplane.pushPoints(pointsUpperSide ) val pointsLowerSide = #{ #[5, -5], #[15, -5] } // negative y direction val boreholesLowerSide = base.faces[Q < Z].workplane.pushPoints(pointsLowerSide ) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
the z axis of the coordinate system always points in normal direction. So for |
Beta Was this translation helpful? Give feedback.
the z axis of the coordinate system always points in normal direction. So for
base.faces[Q > Z].workplane
leads to this coordinate system
base.faces[Q < Z].workplane
leads to a inverted y axis