API Documentation > Interfaces > Interface XSectionCutComponentItem
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.
User Guide References:
Method Summary
/*optional*/ Surface
Obtain surface geometry created by cross section by cutting specific body or quilt.
int
The Id of the body or the quilt being cut.
Obtains the type of item - body or quilt.
/*optional*/ XSectionHatchStyle
GetXHatchStyle ( /*optional*/ View2D DrawingView)
Obtains the cross-section xhatch style of body.
void
SetXHatchStyle (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
GetType
()
Obtains the type of item - body or quilt.
User Guide References:
Returns:
The type value.
GetId
int
GetId
()
The Id of the body or the quilt being cut.
User Guide References:
Returns:
The Id value.
GetGeometry
/*optional*/ Surface
GetGeometry
()
Obtain surface geometry created by cross section by cutting specific body or quilt.
User Guide References:
Returns:
The surface geometry object.
SetXHatchStyle
void
SetXHatchStyle
(XSectionHatchStyle Style, /*optional*/ View2D DrawingView)
Sets cross-section xhatch style on body. If the xhatch style exists in the session, it will be set.
User Guide References:
Parameters:
Style
The xhatch style to set
DrawingView
The view handle. null if not drawing.
Returns:
GetXHatchStyle
/*optional*/ XSectionHatchStyle
GetXHatchStyle
( /*optional*/ View2D DrawingView)
Obtains the cross-section xhatch style of body.
User Guide References:
Parameters:
DrawingView
The view handle. null if not drawing.
Returns:
The xhatch style object.
Was this helpful?