Interface XSectionCutComponentItem
Description
The cross section cut component item (body/quilt) of the part or component.
User Guide References:
Method Summary
| |
| 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. |
| |
| Obtains the cross-section xhatch style of body. |
void | |
| Sets cross-section xhatch style on body. If the xhatch style exists in the session, it will be set. |
Method Detail
Obtains the type of item - body or quilt.
User Guide References:
Returns:
The type value.
The Id of the body or the quilt being cut.
User Guide References:
Returns:
The Id value.
GetGeometry |
| 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 | |
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 |
| GetXHatchStyle | |
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.