Library | Package Java Toolkit

Interface SurfaceCollectionInstruction

package com.ptc.wfc.wfcCollection;

public interface SurfaceCollectionInstruction
  extends jxobject



Description

Class for instruction in surface collection



Method Summary
booleanGetInclude ()
    Get method for attribute "Include"
     Surface collection instruction attribute.
/*optional*/ SurfaceCollectionRulesGetRules ()
    Get method for attribute "Rules"
     Surface collection instruction rules. Used for Geometry or Shape based surface collection
/*optional*/ SurfaceCollectionReferencesGetSrfCollectionReferences ()
    Get method for attribute "SrfCollectionReferences"
     The references contained in a surface collection instruction
SurfaceCollectionInstrTypeGetType ()
    Get method for attribute "Type"
     The surface collection instruction type
voidSetInclude (boolean value)
    Set method for attribute "Include"
     Surface collection instruction attribute.
voidSetRules ( /*optional*/ SurfaceCollectionRules value)
    Set method for attribute "Rules"
     Surface collection instruction rules. Used for Geometry or Shape based surface collection
voidSetSrfCollectionReferences ( /*optional*/ SurfaceCollectionReferences value)
    Set method for attribute "SrfCollectionReferences"
     The references contained in a surface collection instruction
voidSetType (SurfaceCollectionInstrType value)
    Set method for attribute "Type"
     The surface collection instruction type

Method Detail

GetType/SetType

SurfaceCollectionInstrTypeGetType ()
voidSetType (SurfaceCollectionInstrType value)


     The surface collection instruction type
Manual References:
Curve and Surface Collection: Surface Collection, Curve and Surface Collection: Surface Collection, Curve and Surface Collection: Surface Collection, Curve and Surface Collection: Surface Collection



GetInclude/SetInclude

booleanGetInclude ()
voidSetInclude (boolean value)


     Surface collection instruction attribute.

true - include the surfaces generated by this instruction in the set and false - exclude the surfaces from the set
Manual References:
Curve and Surface Collection: Surface Collection, Curve and Surface Collection: Surface Collection, Curve and Surface Collection: Surface Collection



GetSrfCollectionReferences/SetSrfCollectionReferences

/*optional*/ SurfaceCollectionReferencesGetSrfCollectionReferences ()
voidSetSrfCollectionReferences ( /*optional*/ SurfaceCollectionReferences value)


     The references contained in a surface collection instruction
Manual References:
Curve and Surface Collection: Surface Collection, Curve and Surface Collection: Surface Collection, Curve and Surface Collection: Surface Collection, Curve and Surface Collection: Surface Collection



GetRules/SetRules

/*optional*/ SurfaceCollectionRulesGetRules ()
voidSetRules ( /*optional*/ SurfaceCollectionRules value)


     Surface collection instruction rules. Used for Geometry or Shape based surface collection
Manual References:
Curve and Surface Collection: Surface Collection, Curve and Surface Collection: Surface Collection, Curve and Surface Collection: Surface Collection, Curve and Surface Collection: Surface Collection