Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 940fcc61d6 |
@@ -36,8 +36,11 @@ function FeatureLib.GetProcFromTrimesh( idTrimesh, Part, ProcToCopyFrom)
|
||||
if ProcToCopyFrom and Proc.dVolume < 10 * GEO.EPS_SMALL then
|
||||
Proc.dVolume = ProcToCopyFrom.dVolume
|
||||
end
|
||||
Proc.nParts = EgtSurfTmPartCount( Proc.id) or 1
|
||||
Proc.Topology = FeatureLib.ClassifyTopology( Proc, Part)
|
||||
|
||||
-- TODO servono anche altri dati raccolti nel collect??
|
||||
|
||||
|
||||
return Proc
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user