maxwell中用Python编写UDP模型脚本的函数问题
theSegArray = []theSegDefinition = UDPPolylineSegmentDefinition(PolylineSegmentType.ArcSegment,0,0,0.0,UDPPosition(0,0,0),CoordinateSystemPlane.XYPlane)
theSegArray.append(theSegDefinition)
theSegDefinition = UDPPolylineSegmentDefinition(PolylineSegmentType.LineSegment,2,0,0.0,UDPPosition(0,0,0),CoordinateSystemPlane.XYPlane)
theSegArray.append(theSegDefinition)
theSegDefinition = UDPPolylineSegmentDefinition(PolylineSegmentType.ArcSegment,3,0,0.0,UDPPosition(0,0,0),CoordinateSystemPlane.XYPlane)
theSegArray.append(theSegDefinition)
theSegDefinition = UDPPolylineSegmentDefinition(PolylineSegmentType.LineSegment,5,0,0.0,UDPPosition(0,0,0),CoordinateSystemPlane.XYPlane)
theSegArray.append(theSegDefinition)
这段程序是把第0,2,3,5点依次相连,并0到2点是弧线,3到5点是弧线,函数里哪里是画弧的圆心或弧的角度?UDPPosition(0,0,0)试过,貌似不是圆心。
帮助文件里这样写的,改过点的标号后面的数字,但会报错,没辙了,求大神!
高手啊 你是搞电机的 还是高软件开发的啊 ? 原来python还能用在ansoft上 看来我也的学学python了 要不考虑一下曲线救国?用Python参数化脚本生成dxf,然后在maxwell里面导入 bq1_27为什么在模型的制作方面,不直接用制图软件了?省事还不好吗?
页:
[1]