CylinderSetAngles Method

Sets the specified start and end angles for this cylinder.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public void SetAngles(
        double startAngle,
        double endAngle
)

Parameters

startAngle  Double
 
endAngle  Double
 
Remarks
The method internally sets the correct angles depending on their values (start angle is greater than, less than, or equal to the end angle).
See Also

©  Bricsys NV. All rights reserved.