Library | Package Java Toolkit

Interface XSectionCutComponentItem

package com.ptc.wfc.wfcXSection;

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



Description

The cross section cut component item (body/quilt) of the part or component.



Method Summary
/*optional*/ SurfaceGetGeometry ()
    Obtain surface geometry created by cross section by cutting specific body or quilt.
intGetId ()
     The Id of the body or the quilt being cut.
ModelItemTypeGetType ()
     Obtains the type of item - body or quilt.
/*optional*/ XSectionHatchStyleGetXHatchStyle ( /*optional*/ View2D DrawingView)
    Obtains the cross-section xhatch style of body.
voidSetXHatchStyle (XSectionHatchStyle Style, /*optional*/ View2D DrawingView)
     Sets cross-section xhatch style on body. If the xhatch style exists in the session, it will be set.

Method Detail

GetType

ModelItemTypeGetType ()


     Obtains the type of item - body or quilt.
Manual References:
Cross Sections: Extracting Cross-Sectional Geometry, Cross Sections: Extracting Cross-Sectional Geometry
Returns:
The type value.


GetId

intGetId ()


     The Id of the body or the quilt being cut.
Manual References:
Cross Sections: Extracting Cross-Sectional Geometry, Cross Sections: Extracting Cross-Sectional Geometry
Returns:
The Id value.


GetGeometry

/*optional*/ SurfaceGetGeometry ()


    Obtain surface geometry created by cross section by cutting specific body or quilt.
Manual References:
Cross Sections: Extracting Cross-Sectional Geometry, Cross Sections: Extracting Cross-Sectional Geometry
Returns:
The surface geometry object.


SetXHatchStyle

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


     Sets cross-section xhatch style on body. 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 the cross-section xhatch style of body.
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.