User's Guide > Solid > Solid > Cross Sections
Cross Sections
Methods Introduced:
The method IpfcSolid.ListCrossSections() returns a sequence of cross section objects represented by the Xsection interface. The method IpfcSolid.GetCrossSection() searches for a cross section given its name.
The method IpfcXSection.GetName() returns the name of the cross section in Creo Parametric. The method IpfcXSection.SetName() modifies the cross section name.
The method IpfcXSection.GetXSecType() returns the type of cross section, that is planar or offset, and the type of item intersected by the cross section.
The method IpfcXSection.Delete() deletes a cross section.
The method IpfcXSection.Display() forces a display of the cross section in the window.
The method IpfcXSection.Regenerate() regenerates a cross section.
Was this helpful?