摘要:
occ官方demo中没有给出如何创建带有洞口的拉伸体的实例,通过查阅头文件,发现如下用法。 在通过 BRepBuilderAPI_MakeFace 类构造拉伸基准面时,通过 Add 函数添加开洞的区域。 //! Adds the wire W to the constructed face as a 阅读全文
摘要:
截止到目前,vs code不可以对pyd文件进行代码自动完成,而PyCharm是可以的。相关信息参考下面的网址。 How to get parameter hints in VSCode for pyd files in general and confluent_kafka specificall 阅读全文
摘要:
在使用CMFCPropertyGridCtrl控件时通常会遇到COleVariant向基本数据类型转换的问题,主要是int double string(cstring)这三种类型。转换方式总结如下。 对于int型 COleVariant v; int a = v.lVal; 对于double型 CO 阅读全文