combine - PLAXIS 3D Input commands documentation

combine cmb

Combines many objects to create a new object. This is possible only with same objects, such as parametric-parametric or non-parametric-non-parametric, no mixed objects are allowed.
Combines two or more surfaces to create one new surface. If the original surfaces have features assigned to them, the new surface will also have them.
combine (Polygon_1 Polygon_2) Combines Polygon_1 and Polygon_2 into one new surface. Polygon_1 and Polygon_2 will be deleted. E.g. if Polygon_1 has a plate feature and Polygon_2 has a surface load feature, then the new surface has both features.
<{2,...}: StructuralSurface'>'
{2,...} 2 Sequence of two or more surfaces
StructuralSurface Surface object reference Name of the surface that should be combined
Mode Target
Geometry Global
{1} Surface {0,...} Surface features
Combines two or more surfaces to create one new surface and optionally keeps the original surfaces. If the original surfaces have features assigned to them, the new surface will also have them.
combine (Polygon_1 Polygon_2) true Combines Polygon_1 and Polygon_2 into one new surface. E.g. if Polygon_1 has a plate feature and Polygon_2 has a surface load feature, then the new surface has both features.
<{2,...}: StructuralSurface'>' Boolean'
{2,...} 2 Sequence of two or more surfaces
StructuralSurface Surface object reference Name of the surface that should be combined
Boolean Boolean True enables the option to keep the original surfaces, false disables this option
Mode Target
Geometry Global
{1} Surface {0,...} Surface features
Combines two or more volumes to create one new volume.
combine (Volume_1 Volume_2) Combines Volume_1 and Volume_2 into one new volume. Volume_1 and Volume_2 will be deleted.
<{2,...}: Volume'>'
{2,...} 2 Sequence of two or more volumes
Volume Volume object reference Name of the volume that should be combined
Mode Target
Geometry Global
{1} Volume {0,...} Volume features
Combines two or more volumes to create one new volume and optionally keeps the original volumes.
combine (Volume_1 Volume_2) true Combines Volume_1 and Volume_2 into one new volume.
<{2,...}: Volume'>' Boolean'
{2,...} 2 Sequence of two or more volumes
Volume Volume object reference Name of the volume that should be combined
Boolean Boolean True enables the option to keep the original volumes, false disables this option
Mode Target
Geometry Global
{1} Volume {0,...} Volume features
Combines two or more lines or polycurves to create one new line or polycurve and optionally keeps the original entities.
combine (Polycurve_1 Polycurve_2) true Combines Polycurve_1 and Polycurve_2 into one new polycurve.
<{2,...}: <Line'|Polycurve'>>'
{2,...} 2 Sequence of two or more lines or polycurves
Line Line object reference Name of the lines that should be combined
Polucurve Polucurve object reference Name of the polucurve that should be combined
Mode Target
Geometry Global
{1} Line {1} Polycurve {0,...} Line features {0,...} Polycurve features
Combines two or more lines or polycurves to create one new line or polycurve and optionally keeps the original entities.
combine (Line_1 Line_2) true Combines Line_1 and Line_2 into one new line.
<{2,...}: <Line'|Polycurve'>>' Boolean'
{2,...} 2 Sequence of two or more lines or polycurves
Line Line object reference Name of the lines that should be combined
Polucurve Polucurve object reference Name of the polucurve that should be combined
Boolean Boolean True enables the option to keep the original lines or polycurves, false disables this option
Mode Target
Geometry Global
{1} Line {1} Polycurve {0,...} Line features {0,...} Polycurve features