Library | Package Java Toolkit

Interface XSectionCutComponent

package com.ptc.wfc.wfcXSection;

public interface XSectionCutComponent
  extends com.ptc.pfc.pfcObject.Object



Description

The cross section cut component of part or component.



Method Summary
XSectionCutComponentItemsGetCutItems ()
    Obtains the cut items (body/quilt) on the component.
/*optional*/ ComponentPathGetPath ()
    Path to the component being cut by cross-section.
/*optional*/ XSectionHatchStyleGetXHatchStyle ( /*optional*/ View2D DrawingView)
    Obtains cross-section xhatch style of component.
voidSetXHatchStyle (XSectionHatchStyle Style, /*optional*/ View2D DrawingView)
    Sets cross-section xhatch style on component. If the xhatch style exists in the session, it will be set.

Method Detail

GetCutItems

XSectionCutComponentItemsGetCutItems ()


    Obtains the cut items (body/quilt) on the component.
Manual References:
Cross Sections: Extracting Cross-Sectional Geometry, Cross Sections: Extracting Cross-Sectional Geometry
Returns:
The cut component items.


GetPath

/*optional*/ ComponentPathGetPath ()


    Path to the component being cut by cross-section.
Manual References:
Cross Sections: Extracting Cross-Sectional Geometry, Cross Sections: Extracting Cross-Sectional Geometry
Returns:
The component path.


SetXHatchStyle

voidSetXHatchStyle (XSectionHatchStyle Style, /*optional*/ View2D DrawingView)


    Sets cross-section xhatch style on component. If the xhatch style exists in the session, it will be set.
Manual References:
Cross Sections: Extracting Cross-Sectional Geometry, Cross Sections: Extracting Cross-Sectional Geometry
Parameters:
Style
The xhatch style to set
DrawingView
The view handle. null if not drawing.
Returns:


GetXHatchStyle

/*optional*/ XSectionHatchStyleGetXHatchStyle ( /*optional*/ View2D DrawingView)


    Obtains cross-section xhatch style of component.
Manual References:
Cross Sections: Extracting Cross-Sectional Geometry, Cross Sections: Extracting Cross-Sectional Geometry
Parameters:
DrawingView
The view handle. null if not drawing.
Returns:
The xhatch style object