3dPrinting :
- aggiunti setti.
This commit is contained in:
@@ -105,6 +105,12 @@ function RunPartPositioning.Exec()
|
||||
EgtMove( nPartId, vtMove)
|
||||
b3Part:move( vtMove)
|
||||
|
||||
-- Posiziono eventuali setti
|
||||
local nSettiPart = EgtGetFirstNameInGroup( GDB_ID.ROOT, SETTI_GRP)
|
||||
if nSettiPart then
|
||||
EgtMove( nSettiPart, vtMove)
|
||||
end
|
||||
|
||||
-- Creo il frame del pezzo
|
||||
local frPart = Frame3d( b3Part:getCenter() - 0.5 * b3Part:getDimZ() * Z_AX(), Z_AX())
|
||||
nFrameId = EgtFrame( nPartId, frPart, GDB_RT.GLOB)
|
||||
|
||||
Reference in New Issue
Block a user