In a 2D geometry, use model.geom(<tag>).create(<ftag>,"CrossSection") to create 2D geometry objects by intersecting 3D geometry objects with a work plane. Select the work plane using the workplane property, whose value is the 3D sequence’s tag followed by a slash and the work plane feature’s tag, for example geom1/wp1. By default, you get the last work plane in the last 3D geometry.In a 2D sequence of a work plane feature, use model.geom(<tag>).feature(<wptag>).geom().create(<ftag>,"CrossSection") to create 2D geometry objects by intersecting 3D geometry objects with the work plane.By default, you get the intersection for all 3D objects that were generated by the features preceding the work plane feature. To select a subset of these objects, set the intersect property to selected, and use the property input to select the 3D objects to intersect.
model.geom(<tag>).absRepairTol() all | selected model.geom(<tag>).repairTol() model.geom(<tag>).repairTolType() on | off Show selections, if selresult is on, in physics, materials, and so on; in part instances; or in 3D from a plane geometry. obj is not available in a component’s geometry. dom, bnd, and edg are not available in all features. Create a work plane though the axis of a torus. In a 2D axisymmetric geometry, create the cross section of the torus using the work plane. Note that the last run() command removes the part of the cross section that falls in the region r<0.