| Library | Package | Frames | Expand | Java Toolkit |
| Method Detail |
|---|
| CrvCollectionInstrAttribute_Create |
|---|
| static CrvCollectionInstrAttribute | CrvCollectionInstrAttribute_Create | () |
|
| CurveCollectionInstruction_Create |
|---|
| static CurveCollectionInstruction | CurveCollectionInstruction_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>
|
| CurveCollection_Create |
|---|
| static CurveCollection | CurveCollection_Create | (CurveCollectionInstructions Instructions) |
|
Creates a curve collection object.
Exceptions thrown (but not limited to): <reference 6 to unknown entity pfcExceptions::pfcXInAMethod>
|
| SurfaceCollectionReference_Create |
|---|
| static SurfaceCollectionReference | SurfaceCollectionReference_Create | (SurfaceCollectionRefType type, /*optional*/ Selection Reference) |
|
| SurfaceCollectionInstruction_Create |
|---|
| static SurfaceCollectionInstruction | SurfaceCollectionInstruction_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>
|
| SurfaceCollection_Create |
|---|
| static SurfaceCollection | SurfaceCollection_Create | (SurfaceCollectionInstructions Instructions) |
|
| Collection_Create |
|---|
| static Collection | Collection_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>
|