Library | Package Java Toolkit

Class wfcXSection

package com.ptc.wfc.wfcXSection;

public class wfcXSection



Description

Contains global CIP definitions for module "wfcXSection"



Method Summary
static XSectionComponentsXSectionComponents_Create (ComponentPaths Components, boolean Exclude)
     Returns XSectionComponents object
static XSectionExcludeItemsXSectionExcludeItems_Create (Selections Items, boolean Exclude)
    Create the XSectionExcludeItems object
static XSectionHatchXSectionHatch_Create (int Angle, double Spacing, double Offset)
    Returns XSectionHatch object
static XSectionHatchStyleXSectionHatchStyle_Create (XSectionHatchStyleType Type, XSectionNewHatches NewHatches)
    Create the XSectionHatchStyle object
static XSectionNewHatchXSectionNewHatch_Create (double Angle, /*optional*/ ColorRGB Color)
    Create the XSectionNewHatch object
static XSectionOldHatchXSectionOldHatch_Create (int Angle)
    Create the XSectionOldHatch object

Method Detail

XSectionComponents_Create

static XSectionComponentsXSectionComponents_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:
XSectionHatch


XSectionExcludeItems_Create

static XSectionExcludeItemsXSectionExcludeItems_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

static XSectionHatchXSectionHatch_Create (int Angle, double Spacing, double Offset)


    Returns XSectionHatch object
Manual References:
Cross Sections: Line Patterns of Cross Section Components, Cross Sections: Line Patterns of Cross Section Components
Parameters:
Angle
Specify angle for line pattern
Spacing
Specify spacing for line pattern
Offset
Specify offset for line pattern
Returns:
XSectionHatch


XSectionOldHatch_Create

static XSectionOldHatchXSectionOldHatch_Create (int Angle)


    Create the XSectionOldHatch object
Parameters:
Angle
Angle for old line pattern
Returns:
The XSectionOldHatch object


XSectionNewHatch_Create

static XSectionNewHatchXSectionNewHatch_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

static XSectionHatchStyleXSectionHatchStyle_Create (XSectionHatchStyleType Type, XSectionNewHatches NewHatches)


    Create the XSectionHatchStyle object
Parameters:
Type
The section hatch style
NewHatches
The new line hatch object sequence
Returns:
The XSectionHatchStyle object.