__saveobjects __so
Saves objects in the geometry to a file.
Saves the objects in the geometry to a file.
__saveobjects "step" "C:\PLAXIS3D\Objects"
Saves the objects in the geometry at location C:\PLAXIS3D\Objects in a binary format which means that every object is saved in a separate file.
__saveobjects "brep" "C:\PLAXIS3D\Objects"
Saves the objects in the geometry at location C:\PLAXIS3D\Objects in a binary format which means that every object is saved in a separate file.
__saveobjects "dxf" "C:\PLAXIS3D\Objects"
Saves the objects in the geometry at location C:\PLAXIS3D\Objects in a binary format which means that every object is saved in a separate file.
Text' Text'
Text | File extension | Type of file extension that the objects should be saved in (.brep, .step, .dxf or .stl) |
Text | Directory | Location where the objects should be saved |
Mode | Target |
---|---|
Geometry | Global |
None