IDP.Math.KGeomLib.createCircle3dByLCSRadius() method
通过圆心、X轴方向、Y轴方向和半径来创建圆。
Create an circle by origin, direction of X axis, direction of Y axis and radius.
Signature:
createCircle3dByLCSRadius(center: KPoint3d, xDir: KVector3d, yDir: KVector3d, radius: number): KCircle3d;
Links: createCircle3dByLCSRadius(center: KPoint3d, xDir: KVector3d, yDir: KVector3d, radius: number): KCircle3d;
Parameters
Parameter | Type | Description |
---|---|---|
center | 圆心。 The origin of the 3D circle. | |
xDir | 圆的X轴方向。 The direction of the X axis of the circle. | |
yDir | 圆的Y轴方向。 The direction of the Y axis of the circle. | |
radius | number | 半径。 The radius of the 3D circle. |
Returns:
圆。
The 3D circle.