export exp
Exports 2D models, structural entities, geometries, cutobjects, as CAD file formats (.step, .stp, .dxf, .brep)
Exports a defined 2D model to a specified location in a specified file format
export "C:\data\CADgeometry.step"
Exports the geometry as "step" CAD file format to a specified location
Text'
Text | Location to save an output CAD file |
Mode | Target |
---|---|
Geometry | Global |
None
Exports selected geometric objects to a specified location in a specified file format.
export "C:\data\CADgeometry.brep" Polygon_1
Exports the specified polygon as "brep" CAD file format to a specified location
Text' <{1,...}: <Point'|Line'|Polycurve'|Tunnel'|Polygon'>>'
Text | Location to save an output CAD file | |
{1,..} 1 .. | Sequence of one or more geometric objects | |
Point | Point object reference | Name of a point that should be exported |
Line | Line object reference | Name of a line that should be exported |
Polycurve | Polycurve object reference | Name of a polycurve that should be exported |
Tunnel | Tunnel object reference | Name of a tunnel object that should be exported |
Polygon | Polygon object reference | Name of the polygon that should be exported |
Mode | Target |
---|---|
Geometry | Global |
None
Exports a defined 2D model to a specified location in a specified file format
export Polygon_1_2
Finds and displays the source entities of Polygon_1_2 in staged construction.
export "C:\PLAXIS2D\Importables\donotimport.dxf" Polygon_1_2
Exports the geometry as "dxf" file format to a specified location
Text' <{1,...}: CutObject'>'
Text | Text | Location to save an output CAD file |
{1,...} 1 ∞ | Sequence of one or more cut objects | |
CutObject | Object reference | Name of the object of which the source entities should be displayed |
Mode | Target |
---|---|
Geometry | Global |
None