- UID
- 10832
- 积分
- 381
- 精华
- 贡献
-
- 威望
-
- 活跃度
-
- D豆
-
- 在线时间
- 小时
- 注册时间
- 2002-10-9
- 最后登录
- 1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
关于AcDbPolygonMesh?
AcDbPolygonMesh(
AcDb::PolyMeshType pType,
Adesk::Int16 mSize,
Adesk::Int16 nSize,
const AcGePoint3dArray& vertices,
Adesk::Boolean mClosed = Adesk::kTrue,
Adesk::Boolean nClosed = Adesk::kTrue);
pType Input PolyMeshType for the PolygonMesh
mSize Input vertex count in the M direction (must be 2--256)
nSize Input vertex count in the N direction (must be 2--256)
vertices Input array of points to be used as vertices for the PolygonMesh
mClosed Input Boolean indicating whether or not the mesh is closed in the M direction
nClosed Input Boolean indicating whether or not the mesh is closed in the N direction
那位明白
mSize、nSize难道不能大于256,可我如果想建立大于256格的网格怎么办??? |
|