|
AnyCAD Rapid API 2026
Help you to create a better world!
|
Describes a circle in 3D space. A circle is defined by its radius and positioned in space with a coordinate system (a gp_Ax2 object) as follows: - the origin of the coordinate system is the center of the circle, and - the origin, "X Direction" and "Y Direction" of the coordinate system define the plane of the circle. This positioning coordinate system is the "local coordinate system" of the circle. Its "main Direction" gives the normal vector to the plane of the circle. The "main Axis" of the coordinate system is referred to as the "Axis" of the circle. Note: when a gp_Circ circle is converted into a Geom_Circle circle, some implicit properties of the circle are used explicitly: - the "main Direction" of the local coordinate system gives an implicit orientation to the circle (and defines its trigonometric sense), - this orientation corresponds to the direction in which parameter values increase, - the starting point for parameterization is that of the "X Axis" of the local coordinate system (i.e. the "X Axis" of the circle). See Also gce_MakeCirc which provides functions for more complex circle constructions Geom_Circle which provides additional functions for constructing circles and works, in particular, with the parametric equations of circles 更多...
Public 成员函数 | |
| GCirc (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| 仅供内部使用 | |
| void | Dispose () |
| GCirc () | |
| Creates an indefinite circle. | |
| GCirc (GAx2 theA2, double theRadius) | |
| A2 locates the circle and gives its orientation in 3D space. Warnings : It is not forbidden to create a circle with theRadius = 0.0 Raises ConstructionError if theRadius < 0.0 | |
| void | SetAxis (GAx1 theA1) |
| Changes the main axis of the circle. It is the axis perpendicular to the plane of the circle. Raises ConstructionError if the direction of theA1 is parallel to the "XAxis" of the circle. | |
| void | SetLocation (GPnt theP) |
| Changes the "Location" point (center) of the circle. | |
| void | SetPosition (GAx2 theA2) |
| Changes the position of the circle. | |
| void | SetRadius (double theRadius) |
| Modifies the radius of this circle. Warning. This class does not prevent the creation of a circle where theRadius is null. Exceptions Standard_ConstructionError if theRadius is negative. | |
| double | Area () |
| Computes the area of the circle. | |
| GAx1 | Axis () |
| Returns the main axis of the circle. It is the axis perpendicular to the plane of the circle, passing through the "Location" point (center) of the circle. | |
| double | Length () |
| Computes the circumference of the circle. | |
| GPnt | Location () |
| Returns the center of the circle. It is the "Location" point of the local coordinate system of the circle | |
| GAx2 | Position () |
| Returns the position of the circle. It is the local coordinate system of the circle. | |
| double | Radius () |
| Returns the radius of this circle. | |
| GAx1 | XAxis () |
| Returns the "XAxis" of the circle. This axis is perpendicular to the axis of the conic. This axis and the "Yaxis" define the plane of the conic. | |
| GAx1 | YAxis () |
| Returns the "YAxis" of the circle. This axis and the "Xaxis" define the plane of the conic. The "YAxis" is perpendicular to the "Xaxis". | |
| double | Distance (GPnt theP) |
| Computes the minimum of distance between the point theP and any point on the circumference of the circle. | |
| double | SquareDistance (GPnt theP) |
| Computes the square distance between <me> and the point theP. | |
| bool | Contains (GPnt theP, double theLinearTolerance) |
| Returns True if the point theP is on the circumference. The distance between <me> and <theP> must be lower or equal to theLinearTolerance. | |
| void | Mirror (GPnt theP) |
| GCirc | Mirrored (GPnt theP) |
| Performs the symmetrical transformation of a circle with respect to the point theP which is the center of the symmetry. | |
| void | Mirror (GAx1 theA1) |
| GCirc | Mirrored (GAx1 theA1) |
| Performs the symmetrical transformation of a circle with respect to an axis placement which is the axis of the symmetry. | |
| void | Mirror (GAx2 theA2) |
| GCirc | Mirrored (GAx2 theA2) |
| Performs the symmetrical transformation of a circle with respect to a plane. The axis placement theA2 locates the plane of the of the symmetry : (Location, XDirection, YDirection). | |
| void | Rotate (GAx1 theA1, double theAng) |
| GCirc | Rotated (GAx1 theA1, double theAng) |
| Rotates a circle. theA1 is the axis of the rotation. theAng is the angular value of the rotation in radians. | |
| void | Scale (GPnt theP, double theS) |
| GCirc | Scaled (GPnt theP, double theS) |
| Scales a circle. theS is the scaling value. Warnings : If theS is negative the radius stay positive but the "XAxis" and the "YAxis" are reversed as for an ellipse. | |
| void | Transform (GTrsf theT) |
| GCirc | Transformed (GTrsf theT) |
| Transforms a circle with the transformation theT from class Trsf. | |
| void | Translate (GVec theV) |
| GCirc | Translated (GVec theV) |
| Translates a circle in the direction of the vector theV. The magnitude of the translation is the vector's magnitude. | |
| void | Translate (GPnt theP1, GPnt theP2) |
| GCirc | Translated (GPnt theP1, GPnt theP2) |
| Translates a circle from the point theP1 to the point theP2. | |
Describes a circle in 3D space. A circle is defined by its radius and positioned in space with a coordinate system (a gp_Ax2 object) as follows: - the origin of the coordinate system is the center of the circle, and - the origin, "X Direction" and "Y Direction" of the coordinate system define the plane of the circle. This positioning coordinate system is the "local coordinate system" of the circle. Its "main Direction" gives the normal vector to the plane of the circle. The "main Axis" of the coordinate system is referred to as the "Axis" of the circle. Note: when a gp_Circ circle is converted into a Geom_Circle circle, some implicit properties of the circle are used explicitly: - the "main Direction" of the local coordinate system gives an implicit orientation to the circle (and defines its trigonometric sense), - this orientation corresponds to the direction in which parameter values increase, - the starting point for parameterization is that of the "X Axis" of the local coordinate system (i.e. the "X Axis" of the circle). See Also gce_MakeCirc which provides functions for more complex circle constructions Geom_Circle which provides additional functions for constructing circles and works, in particular, with the parametric equations of circles