SphereSetAnglesInU Method

Sets the starting and ending longitudes.

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

Parameters

startAngle  Double
[in] Starting longitude which is defined by a U parameter. To create a closed sphere, set this parameter to -OdaPI/2 and endAngle to OdaPI/2.
endAngle  Double
[in] Ending longitude which is defined by a U parameter. To create a closed sphere, set this parameter to OdaPI/2 and startAngle to -OdaPI/2.
See Also

©  Bricsys NV. All rights reserved.