Methods Introduced:
The method pfcSolid::ListCrossSections returns a sequence of cross section objects represented by the Xsection interface. The method pfcSolid::GetCrossSection searches for a cross section given its name.
The method pfcXSection::GetName returns the name of the cross section in the Creo application. The method pfcXSection::SetName modifies the cross section name.
The method pfcXSection::GetXSecType returns the type of cross section as a pfcXSecType object, that is planar or offset, and the type of item intersected by the cross section.
The method
pfcXSecType::GetType returns the type of intersection for the cross section using the enumerated type
pfcXSecCutType. The valid values are:
The method
pfcXSecType::GetObjectType returns the type of item intersected by the cross section using the enumerated type
pfcXSecCutobjType. The valid values are:
|
• |
pfcXSECTYPE_MODEL—Specifies that the cross section was created on solid geometry. |
|
• |
pfcXSECTYPE_QUILTS—Specifies that the cross section was created on one quilt surface. |
|
• |
pfcXSECTYPE_MODELQUILTS—Specifies that the cross section was created on solid geometry and all quilt surfaces. |
|
• |
pfcXSECTYPE_ONEPART—Specifies that the cross section was created on one component in the assembly. |
The method pfcXSection::Delete deletes a cross section.
The method pfcXSection::Display forces a display of the cross section in the window.
The method pfcXSection::Regenerate regenerates the cross-section of a part or an assembly.