Library | Package Java Toolkit

Interface ZoneFeatureReference

package com.ptc.wfc.wfcFeature;

public interface ZoneFeatureReference
  extends jxobject



Description

References used for zone feature.



Method Summary
booleanGetFlip ()
    Get method for attribute "Flip"
    Pass true to flip on positive side of zone plane and pass false to flip on negative side
/*optional*/ intseqGetMemberIdTable ()
    Get method for attribute "MemberIdTable"
    Sequence of component identifiers which should form the path to owner of zone plane .
booleanGetOperation ()
    Get method for attribute "Operation"
    Pass false for intersection operation and true for union operation
intGetPlaneId ()
    Get method for attribute "PlaneId"
    Identifier of the zone plane.
voidSetFlip (boolean value)
    Set method for attribute "Flip"
    Pass true to flip on positive side of zone plane and pass false to flip on negative side
voidSetMemberIdTable ( /*optional*/ intseq value)
    Set method for attribute "MemberIdTable"
    Sequence of component identifiers which should form the path to owner of zone plane .
voidSetOperation (boolean value)
    Set method for attribute "Operation"
    Pass false for intersection operation and true for union operation
voidSetPlaneId (int value)
    Set method for attribute "PlaneId"
    Identifier of the zone plane.

Method Detail

GetPlaneId/SetPlaneId

intGetPlaneId ()
voidSetPlaneId (int value)


    Identifier of the zone plane.
Manual References:
Features: Feature Information, Features: Feature Information, Features: Feature Information, Features: Feature Information



GetOperation/SetOperation

booleanGetOperation ()
voidSetOperation (boolean value)


    Pass false for intersection operation and true for union operation
Manual References:
Features: Feature Information, Features: Feature Information, Features: Feature Information, Features: Feature Information



GetFlip/SetFlip

booleanGetFlip ()
voidSetFlip (boolean value)


    Pass true to flip on positive side of zone plane and pass false to flip on negative side
Manual References:
Features: Feature Information, Features: Feature Information, Features: Feature Information, Features: Feature Information



GetMemberIdTable/SetMemberIdTable

/*optional*/ intseqGetMemberIdTable ()
voidSetMemberIdTable ( /*optional*/ intseq value)


    Sequence of component identifiers which should form the path to owner of zone plane .

When the feature is owned by a part, pass NULL.
Manual References:
Features: Feature Information, Features: Feature Information, Features: Feature Information, Features: Feature Information