BIMHome
v1.0.0
BIMHome接口文档说明
首页
相关页面
Topics
包
类
文件
Base
ArcofEllipse
ArcofEllipse
ArcofEllipse
calculateStartEndPoint
copy
getCenterPoint
getEndAngle
getEndPoint
getLength
getMajorAxisDir
getMajorRadius
getMinorRadius
getNormal
getStartAngle
getStartPoint
isClockWise
isClosed
mCenterPoint
mClockWise
mEndAngle
mEndPoint
mMajorAxisDir
mMajorRadius
mMinorRadius
mNormal
mStartAngle
mStartPoint
Reverse
setCenterPoint
setEndAngle
setMajorAxisDir
setMajorRadius
setMinorRadius
setNormal
setStartAngle
◆
ArcofEllipse()
[2/2]
ArcofEllipse
(
Base::Vector3d
centerPoint
,
Base::Vector3d
majorAxisDir
,
double
majorRadius
,
double
minorRadius
,
double
startAngle
,
double
EndAngle
,
bool
clockWise
)
构建三维椭圆弧
基于中心点,基准轴,主轴半径,副轴半径,起始角度,终止角度和方向
参数
[in]
centerPoint
中心点
[in]
majorAxisDir
主轴的方向,即基准轴
[in]
majorRadius
主轴半径
[in]
minorRadius
副轴半径
[in]
startAngle
起始角度 弧度制
[in]
EndAngle
终止角度 弧度制
[in]
clockWise
true逆时针,false顺时针