SphereSetAnglesInV Method
 | 
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
 
public void SetAnglesInV(
        double startAngle,
        double endAngle
)
 
Public Sub SetAnglesInV ( 
        startAngle As Double,
        endAngle As Double
)
 
public:
void SetAnglesInV(
        double startAngle, 
        double endAngle
)
 
member SetAnglesInV : 
        startAngle : float * 
        endAngle : float -> unit 
 
 
 
Parameters
- startAngle  Double
 
-  
 
- endAngle  Double
 
-  
 
 
See Also