Library | Package Java Toolkit

Class wfcCollection

package com.ptc.wfc.wfcCollection;

public class wfcCollection



Description

Contains global CIP definitions for module "wfcCollection"



Method Summary
static CollectionCollection_Create ()
     Creates a collection object.
Note: Any collection object must contain either CurveCollection or SurfaceCollection It should not contain both objects at the same time.
static CrvCollectionInstrAttributeCrvCollectionInstrAttribute_Create ()
     
static CurveCollectionCurveCollection_Create (CurveCollectionInstructions Instructions)
     Creates a curve collection object.
static CurveCollectionInstructionCurveCollectionInstruction_Create (CurveCollectionInstrType Type, /*optional*/ Selections References)
     Creates a curve collection instruction object.
static SurfaceCollectionSurfaceCollection_Create (SurfaceCollectionInstructions Instructions)
     
static SurfaceCollectionInstructionSurfaceCollectionInstruction_Create (SurfaceCollectionInstrType type, boolean Include, /*optional*/ SurfaceCollectionReferences SrfCollectionReferences, /*optional*/ SurfaceCollectionRules Rules)
     Creates a surface collection instruction object.
static SurfaceCollectionReferenceSurfaceCollectionReference_Create (SurfaceCollectionRefType type, /*optional*/ Selection Reference)
     

Method Detail

CrvCollectionInstrAttribute_Create

static CrvCollectionInstrAttributeCrvCollectionInstrAttribute_Create ()


     
Manual References:
Curve and Surface Collection: Curve Collection, Curve and Surface Collection: Curve Collection
Returns:


CurveCollectionInstruction_Create

static CurveCollectionInstructionCurveCollectionInstruction_Create (CurveCollectionInstrType Type, /*optional*/ Selections References)


     Creates a curve collection instruction object.

Exceptions thrown (but not limited to):

<reference 6 to unknown entity pfcExceptions::pfcXInAMethod>


Manual References:
Curve and Surface Collection: Curve Collection, Curve and Surface Collection: Curve Collection
Parameters:
Type
References
Returns:
A curve collection instruction object.


CurveCollection_Create

static CurveCollectionCurveCollection_Create (CurveCollectionInstructions Instructions)


     Creates a curve collection object.

Exceptions thrown (but not limited to):

<reference 6 to unknown entity pfcExceptions::pfcXInAMethod>


Manual References:
Curve and Surface Collection: Curve Collection, Curve and Surface Collection: Curve Collection
Parameters:
Instructions
Instructions for collecting curves.
Returns:
A curve collection object.


SurfaceCollectionReference_Create

static SurfaceCollectionReferenceSurfaceCollectionReference_Create (SurfaceCollectionRefType type, /*optional*/ Selection Reference)


     
Manual References:
Curve and Surface Collection: Surface Collection, Curve and Surface Collection: Surface Collection
Parameters:
type
Reference
Returns:


SurfaceCollectionInstruction_Create

static SurfaceCollectionInstructionSurfaceCollectionInstruction_Create (SurfaceCollectionInstrType type, boolean Include, /*optional*/ SurfaceCollectionReferences SrfCollectionReferences, /*optional*/ SurfaceCollectionRules Rules)


     Creates a surface collection instruction object.

Exceptions thrown (but not limited to):

<reference 6 to unknown entity pfcExceptions::pfcXInAMethod>


Manual References:
Curve and Surface Collection: Surface Collection, Curve and Surface Collection: Surface Collection
Parameters:
type
Include
SrfCollectionReferences
Rules
Returns:
A surface collection instruction object.


SurfaceCollection_Create

static SurfaceCollectionSurfaceCollection_Create (SurfaceCollectionInstructions Instructions)


     
Manual References:
Curve and Surface Collection: Surface Collection, Curve and Surface Collection: Surface Collection
Parameters:
Instructions
Returns:


Collection_Create

static CollectionCollection_Create ()


     Creates a collection object.
Note: Any collection object must contain either CurveCollection or SurfaceCollection It should not contain both objects at the same time.

Exceptions thrown (but not limited to):

<reference 6 to unknown entity pfcExceptions::pfcXInAMethod>


Manual References:
Curve and Surface Collection: The wfcCollection Interface, Curve and Surface Collection: The wfcCollection Interface
Returns:
A collection object representing surface or curve collection