Constructor
new CustomArcSurface()
Properties:
| Name | Type | Description | 
|---|---|---|
p1 | 
            
            Point | The first endpoint.  | 
        
p2 | 
            
            Point | The second endpoint.  | 
        
p3 | 
            
            Point | The control point on the arc.  | 
        
outRays | 
            
            Array.<OutRay> | The expressions of the outgoing rays.  | 
        
twoSided | 
            
            boolean | Whether the surface is two-sided.  | 
        
Extends
- BaseCustomSurface