| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| boolean | GetInclude
()
Get method for attribute "Include" Surface collection instruction attribute. |
| /*optional*/ SurfaceCollectionRules | GetRules
()
Get method for attribute "Rules" Surface collection instruction rules. Used for Geometry or Shape based surface collection |
| /*optional*/ SurfaceCollectionReferences | GetSrfCollectionReferences
()
Get method for attribute "SrfCollectionReferences" The references contained in a surface collection instruction |
| SurfaceCollectionInstrType | GetType
()
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 | SetSrfCollectionReferences
(
/*optional*/
SurfaceCollectionReferences value)
Set method for attribute "SrfCollectionReferences" The references contained in a surface collection instruction |
| void | SetType
(SurfaceCollectionInstrType value)
Set method for attribute "Type" The surface collection instruction type |
| Method Detail |
|---|
| GetType/SetType |
|---|
| SurfaceCollectionInstrType | GetType | () |
| void | SetType | (SurfaceCollectionInstrType value) |
The surface collection instruction type
|
| GetInclude/SetInclude |
|---|
| boolean | GetInclude | () |
| 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
|
| GetSrfCollectionReferences/SetSrfCollectionReferences |
|---|
| /*optional*/ SurfaceCollectionReferences | GetSrfCollectionReferences | () |
| void | SetSrfCollectionReferences | ( /*optional*/ SurfaceCollectionReferences value) |
The references contained in a surface collection instruction
|
| GetRules/SetRules |
|---|
| /*optional*/ SurfaceCollectionRules | GetRules | () |
| void | SetRules | ( /*optional*/ SurfaceCollectionRules value) |
Surface collection instruction rules. Used for Geometry or Shape based surface collection
|