API Documentation > Interfaces > Interface SurfaceCollectionInstruction
Interface SurfaceCollectionInstruction

package com.ptc.wfc.wfcCollection;

public interface
SurfaceCollectionInstruction
extends
jxobject


Description
Class for instruction in surface collection
Method Summary
boolean
Get method for attribute "Include"
Surface collection instruction attribute.
Get method for attribute "Rules"
Surface collection instruction rules. Used for Geometry or Shape based surface collection
Get method for attribute "SrfCollectionReferences"
The references contained in a surface collection instruction
Get method for attribute "Type"
The surface collection instruction type
void
SetInclude (boolean value)
Set method for attribute "Include"
Surface collection instruction attribute.
void
SetRules ( /*optional*/ SurfaceCollectionRules value)
Set method for attribute "Rules"
Surface collection instruction rules. Used for Geometry or Shape based surface collection
void
Set method for attribute "SrfCollectionReferences"
The references contained in a surface collection instruction
void
Set method for attribute "Type"
The surface collection instruction type
Method Detail
GetType
GetType
()
SetType
void
SetType
The surface collection instruction type
User Guide References:
GetInclude
boolean
GetInclude
()
SetInclude
void
SetInclude
(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
User Guide References:
GetSrfCollectionReferences
GetSrfCollectionReferences
()
SetSrfCollectionReferences
void
SetSrfCollectionReferences
( /*optional*/ SurfaceCollectionReferences value)
The references contained in a surface collection instruction
User Guide References:
GetRules
GetRules
()
SetRules
void
SetRules
( /*optional*/ SurfaceCollectionRules value)
Surface collection instruction rules. Used for Geometry or Shape based surface collection
User Guide References:
Was this helpful?