Declare std::offsetPlane in KCL (#6344)
* Declare std::offsetPlane in KCL Signed-off-by: Nick Cameron <nrc@ncameron.org> * Use two axes to define planes in KCL Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
		
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							@ -75,7 +75,7 @@ layout: manual
 | 
			
		||||
  * [`map`](kcl/map)
 | 
			
		||||
  * [`max`](kcl/max)
 | 
			
		||||
  * [`min`](kcl/min)
 | 
			
		||||
  * [`offsetPlane`](kcl/offsetPlane)
 | 
			
		||||
  * [`offsetPlane`](kcl/std-offsetPlane)
 | 
			
		||||
  * [`patternCircular2d`](kcl/patternCircular2d)
 | 
			
		||||
  * [`patternCircular3d`](kcl/patternCircular3d)
 | 
			
		||||
  * [`patternLinear2d`](kcl/patternLinear2d)
 | 
			
		||||
 | 
			
		||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										122
									
								
								docs/kcl/std-offsetPlane.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										122
									
								
								docs/kcl/std-offsetPlane.md
									
									
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
							
								
								
									
										5719
									
								
								docs/kcl/std.json
									
									
									
									
									
								
							
							
						
						
									
										5719
									
								
								docs/kcl/std.json
									
									
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@ -30,7 +30,6 @@ A sketch type.
 | 
			
		||||
| `origin` |[`Point3d`](/docs/kcl/types/Point3d)| Origin of the plane. | No |
 | 
			
		||||
| `xAxis` |[`Point3d`](/docs/kcl/types/Point3d)| What should the plane's X axis be? | No |
 | 
			
		||||
| `yAxis` |[`Point3d`](/docs/kcl/types/Point3d)| What should the plane's Y axis be? | No |
 | 
			
		||||
| `zAxis` |[`Point3d`](/docs/kcl/types/Point3d)| The z-axis (normal). | No |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
----
 | 
			
		||||
@ -52,7 +51,6 @@ A face.
 | 
			
		||||
| `value` |[`string`](/docs/kcl/types/string)| The tag of the face. | No |
 | 
			
		||||
| `xAxis` |[`Point3d`](/docs/kcl/types/Point3d)| What should the face's X axis be? | No |
 | 
			
		||||
| `yAxis` |[`Point3d`](/docs/kcl/types/Point3d)| What should the face's Y axis be? | No |
 | 
			
		||||
| `zAxis` |[`Point3d`](/docs/kcl/types/Point3d)| The z-axis (normal). | No |
 | 
			
		||||
| `solid` |[`Solid`](/docs/kcl/types/Solid)| The solid the face is on. | No |
 | 
			
		||||
| `units` |[`UnitLen`](/docs/kcl/types/UnitLen)| A unit of length. | No |
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user