* Replace tag type with tagIdent and tagDecl Signed-off-by: Nick Cameron <nrc@ncameron.org> * Replace tagIdent with TaggedEdge and TaggedFace Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
		
			
				
	
	
		
			21 lines
		
	
	
		
			354 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			354 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
---
 | 
						|
title: "YZ"
 | 
						|
subtitle: "Constant in std"
 | 
						|
excerpt: "An abstract 3d plane aligned with the Y and Z axes. Its normal is the positive X axis."
 | 
						|
layout: manual
 | 
						|
---
 | 
						|
 | 
						|
An abstract 3d plane aligned with the Y and Z axes. Its normal is the positive X axis.
 | 
						|
 | 
						|
```kcl
 | 
						|
YZ: Plane
 | 
						|
```
 | 
						|
 | 
						|
 | 
						|
 | 
						|
### Type
 | 
						|
 | 
						|
[`Plane`](/docs/kcl-std/types/std-types-Plane) - An abstract plane.
 | 
						|
 | 
						|
 |