Changes in 2025 vs 2021 1 changed
Flip API Versions →Changed members
ConicalSurface.Create(Frame, Double)
| frameOfReference | Frame | frameOfReference is an orthonormal frame that defines a local coordinate system for the cone. <ul><li>Frame.Origin is a point on the cylinder's axis.</li><li>Frame.BasisZ points along the axis, while Frame.BasisX and Frame.BasisY are orthogonal to the axis. </li><li>The frame may be either left-handed or right-handed (see Frame.IsRightHanded). Note that the "handedness" of the frame does not, by itself, determine the surface's orientation.</li></ul> |
| halfAngle | Double | Cone angle. Must be not 0, lesser than PI/2 and greater than -PI/2. |
| → returns | ConicalSurface | The created ConicalSurface. |