Library | Package Java Toolkit

Class wfcElementTree

package com.ptc.wfc.wfcElementTree;

public class wfcElementTree



Description

Contains global CIP definitions for module "wfcElementTree"



Method Summary
static ElementElement_Create (int Id, /*optional*/ ArgValue Value, int Level)
     Creates a new Element object.
static ElementDiagnosticElementDiagnostic_Create ()
     
static ElementPathElementPath_Create (ElemPathItems Items)
     
static ElemPathItemElemPathItem_Create (ElemPathItemType Type, int Id)
     
static SpecialValueSpecialValue_Create ()
     

Method Detail

ElemPathItem_Create

static ElemPathItemElemPathItem_Create (ElemPathItemType Type, int Id)


     
Parameters:
Type
 
Id
 
Returns:
 


ElementPath_Create

static ElementPathElementPath_Create (ElemPathItems Items)


     
Parameters:
Items
 
Returns:
 


ElementDiagnostic_Create

static ElementDiagnosticElementDiagnostic_Create ()


     
Returns:
 


SpecialValue_Create

static SpecialValueSpecialValue_Create ()


     
Returns:
 


Element_Create

static ElementElement_Create (int Id, /*optional*/ ArgValue Value, int Level)


     Creates a new Element object.
See Also:
pfcArgument.CreateBoolArgValue(boolean), pfcArgument.CreateDoubleArgValue(double), pfcArgument.CreateIntArgValue(int), pfcArgument.CreateSelectionArgValue(Selection), pfcArgument.CreateStringArgValue(String), pfcArgument.CreateTransformArgValue(Transform3D)
Manual References:
Feature Element Tree: Feature Elements, Feature Element Tree: Feature Elements
Parameters:
Id
Identifier of the element.
To define the Feature Element Id, use constants described in the module wfcElemIds.
Value
Value of the element.
For Compound and Array elements pass null.
For Collection elements pass null value and then use method SetElemCollection()
For all other elements depending upon type use methods described in the section See Also
Level
Level at which the element is located in the element tree with respect to the root element. Level starts from 0.
Returns: