你已经派生过 geomesh
镜像自地址
https://gitee.com/sduem/geomesh.git
已同步 2025-09-19 15:33:48 +08:00
13
lib/AndPoint.m
普通文件
13
lib/AndPoint.m
普通文件
@@ -0,0 +1,13 @@
|
||||
|
||||
function objectIPC = AndPoint(model,p)
|
||||
% Add points that can be used for the endpoints of 3D irregular volumes
|
||||
for np = 1:size(p,1)
|
||||
PTname =['pt' num2str(n)];
|
||||
model.geom("geom1").create(PTname, "Point");
|
||||
model.geom("geom1").feature(PTname).setIndex("p", p(np,1), 0);
|
||||
model.geom("geom1").feature(PTname).setIndex("p", p(np,2), 1);
|
||||
model.geom("geom1").feature(PTname).setIndex("p", p(np,3), 2);
|
||||
objectPT{n} = PTname;
|
||||
end
|
||||
model.geom('geom1').run;
|
||||
end
|
在新工单中引用
屏蔽一个用户