API Documentation > Classes > Class wfcXSection
Class wfcXSection

package com.ptc.wfc.wfcXSection;

public class
wfcXSection


Description
Contains global CIP definitions for module "wfcXSection"
User Guide References:
Method Summary
XSectionComponents_Create (ComponentPaths Components, boolean Exclude)
ReturnsXSectionComponents object
XSectionExcludeItems_Create (Selections Items, boolean Exclude)
Create the XSectionExcludeItems object
XSectionHatch_Create (int Angle, double Spacing, double Offset)
ReturnsXSectionHatch object
Create the XSectionHatchStyle object
XSectionNewHatch_Create (double Angle, /*optional*/ ColorRGB Color)
Create the XSectionNewHatch object
Create the XSectionOldHatch object
Method Detail
XSectionComponents_Create
XSectionComponents_Create
(ComponentPaths Components, boolean Exclude)
Returns XSectionComponents object
Parameters:
Components
Sequence of componets to exclude or include from cross section definition
Exclude
Pass true to exclude components and xfalse to include
Returns:
XSectionExcludeItems_Create
XSectionExcludeItems_Create
(Selections Items, boolean Exclude)
Create the XSectionExcludeItems object
Parameters:
Items
The components/bodies selections.
Exclude
true if excluded and false if not.
Returns:
XSectionHatch_Create
XSectionHatch_Create
(int Angle, double Spacing, double Offset)
Returns XSectionHatch object
User Guide References:
Parameters:
Angle
Specify angle for line pattern
Spacing
Specify spacing for line pattern
Offset
Specify offset for line pattern
Returns:
XSectionOldHatch_Create
XSectionOldHatch_Create
(int Angle)
Create the XSectionOldHatch object
Parameters:
Angle
Angle for old line pattern
Returns:
The XSectionOldHatch object
XSectionNewHatch_Create
XSectionNewHatch_Create
(double Angle, /*optional*/ ColorRGB Color)
Create the XSectionNewHatch object
Parameters:
Angle
Angle for new line pattern
Color
Color for new line pattern
Returns:
The XSectionNewHatch object
XSectionHatchStyle_Create
XSectionHatchStyle_Create
Create the XSectionHatchStyle object
Parameters:
Type
The section hatch style
NewHatches
The new line hatch object sequence
Returns:
The XSectionHatchStyle object.
Was this helpful?