importcrosssection ics
Imports one or more polycurves into the cross-section of a tunnel. If the cross-section of the tunnel is not empty, the imported segments are added to the end of the segment list. If the file contains more than one polycurve, the one with the largest bounding box is imported as the cross-section and the others as sub-sections. The imported polycurves can only contain line and arc segments, and they should be positioned on the XY-plane.
Imports one or more polycurves into the cross-section of a tunnel.
importcrosssection Tunnel_1 "D:\PLAXIS\shapes\polylineXY.dxf"
Imports the polycurve in file polylineXY.dxf into the cross-section of Tunnel_1.
Tunnel' Text'
Tunnel | Tunnel object reference | Name of a tunnel object |
Text | File name | File name of the object that should be imported |
Mode | Target |
---|---|
Geometry | Global |
{1,...} Segment
{1,...} SubsectionPolycurve
Imports one or more polycurves into the cross-section of a tunnel considering additional settings.
importcrosssection Tunnel_1 "D:\PLAXIS\shapes\crosssection.dxf" "Scale" 2.0 "Tolerance" 1.0E-4 "Segments" (2 3 4) "SegmentsOrigin" (2 "StartPoint") "Intersect" True
Imports contents of the file crosssection.dxf into Tunnel_1. The scaling factor is set to 2.0, merge points tolerance is equal to 1.0E-4, segments 2, 3 and 4 will be imported, the start of the cross section will be defined at the start point of segment 2 (alternatively "EndPoint" keyword can be used) and automatic intersection is considered. Any remaining segments will be imported as subsections.
Tunnel' Text' <PropValue{1,...}: <PropValue: Text' Any>'>
Tunnel | Tunnel object reference | Name of a tunnel object |
Text | File name | File name of the object that should be imported |
PropValue{1,...} 1 ∞ | Sequence of one or more property-value pairs | |
PropValue | Property-value pair | |
Text | Property name | |
Any | Value of the property |
Mode | Target |
---|---|
Geometry | Global |
{1,...} Segment
{0,...} SubsectionPolycurve