Returns a 
matrix that specifies the extrusion.
        
Namespace:
CADImport
        Assembly: CADImport (in CADImport.dll)
 Syntax
Syntax
	
	
	  
		  
			  
		      | Visual Basic (Declaration) | 
		    
		      | Public Shared Function MatFromExtr( _ ByVal P As DPoint, _
 ByVal Angle As Single _
 ) As CADMatrix
 | 
		  
		
		
		
			
		
		
		
		
	 
	Parameters
	- 
		
			P
		
	
- 
		
			Type: DPoint 
		 
			A view direction point 
		 
	- 
		
			Angle
		
	
- 
		
			Type: float 
		 
			A rotation angle 
		 
		Return Value
  A matrix that specify the extrusion
 
	
		 Platforms
		
		Platforms
	
  
	
	
	
	
	
	
		 Version Information
		
		Version Information
	
  
.NET Framework
Supported in: 2.0 - 4, NET6
  .NET Framework Client Profile
Supported in: 4, 3.5 SP1
	
	
		 See Also
		
		See Also